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}
1 file changed