Commit 54041d62 authored by fwang's avatar fwang Committed by Commit bot

ozone/platform/wayland: Add missing header base/bind.h

CL includes the header defining base::Bind in order to fix
the following build error for Ozone/Wayland:

ui/ozone/platform/wayland/wayland_window.cc:156:27: error:
 no member named 'Bind' in namespace 'base' native_event,
 base::Bind(&PlatformWindowDelegate::DispatchEvent,
                    ~~~~~~^
ui/ozone/platform/wayland/wayland_window.cc:157:38: error:
no member named 'Unretained' in namespace 'base'
base::Unretained(delegate_)));

BUG=578890
R=spang@chromium.org

Review-Url: https://codereview.chromium.org/2297743003
Cr-Commit-Position: refs/heads/master@{#416247}
parent e04917c2
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <xdg-shell-unstable-v5-client-protocol.h> #include <xdg-shell-unstable-v5-client-protocol.h>
#include "base/bind.h"
#include "base/strings/utf_string_conversions.h" #include "base/strings/utf_string_conversions.h"
#include "ui/events/event.h" #include "ui/events/event.h"
#include "ui/events/ozone/events_ozone.h" #include "ui/events/ozone/events_ozone.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment