X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fozone%2Fimpl%2Fwindow_tree_host_delegate_wayland.h;h=51dde451cc5a5b681639c72f3032bad0bf39496b;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=090742ad4f3cd0b68a1332a9e74e85515f829f85;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ozone/impl/window_tree_host_delegate_wayland.h b/src/ozone/impl/window_tree_host_delegate_wayland.h index 090742a..51dde45 100644 --- a/src/ozone/impl/window_tree_host_delegate_wayland.h +++ b/src/ozone/impl/window_tree_host_delegate_wayland.h @@ -15,7 +15,7 @@ #include "ui/events/event_source.h" #include "ui/gfx/native_widget_types.h" -namespace ozonewayland { +namespace views { class DesktopWindowTreeHostWayland; @@ -24,7 +24,7 @@ class DesktopWindowTreeHostWayland; class WindowTreeHostDelegateWayland : public base::MessagePumpDispatcher, public ui::EventSource, - public WindowChangeObserver { + public ozonewayland::WindowChangeObserver { public: WindowTreeHostDelegateWayland(); virtual ~WindowTreeHostDelegateWayland(); @@ -44,7 +44,7 @@ class WindowTreeHostDelegateWayland virtual ui::EventProcessor* GetEventProcessor() OVERRIDE; private: // Overridden from Dispatcher: - virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE; + virtual uint32_t Dispatch(const base::NativeEvent& event) OVERRIDE; // Window Change Observer. virtual void OnWindowFocused(unsigned handle) OVERRIDE; virtual void OnWindowEnter(unsigned handle) OVERRIDE; @@ -76,6 +76,6 @@ class WindowTreeHostDelegateWayland DISALLOW_COPY_AND_ASSIGN(WindowTreeHostDelegateWayland); }; -} // namespace ozonewayland +} // namespace views #endif // OZONE_IMPL_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_