Index: ui/aura/root_window_host_win.h |
diff --git a/ui/aura/root_window_host_win.h b/ui/aura/root_window_host_win.h |
index 50a9ee015551d9ac727ecfcf90701dc6fa7950ef..3da6678599b1cdc81a9a8252cb44600706f794d9 100644 |
--- a/ui/aura/root_window_host_win.h |
+++ b/ui/aura/root_window_host_win.h |
@@ -24,6 +24,7 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl { |
virtual void SetRootWindow(RootWindow* root_window) OVERRIDE; |
virtual RootWindow* GetRootWindow() OVERRIDE; |
virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE; |
+ virtual gfx::AcceleratedWidget GetAcceleratedWidgetUsedForEvents() OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void ToggleFullScreen() OVERRIDE; |
virtual gfx::Rect GetBounds() const OVERRIDE; |
@@ -42,6 +43,8 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl { |
const gfx::Rect& snapshot_bounds, |
std::vector<unsigned char>* png_representation) OVERRIDE; |
virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE; |
+ virtual bool DispatchNativeEvent( |
+ const base::NativeEvent& native_event) OVERRIDE; |
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
private: |