Descriptionozone/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
Committed: https://crrev.com/54041d62f2ece007b0e289fa66ad89ecc3c39135
Cr-Commit-Position: refs/heads/master@{#416247}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|