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 0de2ea9a2c5d1f56f77ad44bbea40506fe0ccfb9..e1df254f90239a14b07a96e5992c6e0cd4e7d4e6 100644 |
--- a/ui/aura/root_window_host_win.h |
+++ b/ui/aura/root_window_host_win.h |
@@ -40,6 +40,9 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl { |
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; |
virtual void SetFocusWhenShown(bool focus_when_shown) OVERRIDE; |
virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE; |
+ virtual void SetUseOSWindowBorders(bool use_os_borders) OVERRIDE; |
+ virtual bool DispatchWindowDragMovement(int hittest, |
+ MouseEvent* event) OVERRIDE; |
private: |
BEGIN_MSG_MAP_EX(RootWindowHostWin) |