Index: ui/aura/demo/demo_main.cc |
diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc |
index 838f0db0f679d1fbaa180160c34422e8cf2b5489..b25406921deeba806926bfb50e13f52f7b1d1251 100644 |
--- a/ui/aura/demo/demo_main.cc |
+++ b/ui/aura/demo/demo_main.cc |
@@ -49,6 +49,9 @@ |
virtual void OnBoundsChanged(const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds) OVERRIDE {} |
+ virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE { |
+ return gfx::kNullCursor; |
+ } |
virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE { |
return HTCAPTION; |
} |