| Index: ui/aura/demo/demo_main.cc
|
| diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc
|
| index b25406921deeba806926bfb50e13f52f7b1d1251..838f0db0f679d1fbaa180160c34422e8cf2b5489 100644
|
| --- a/ui/aura/demo/demo_main.cc
|
| +++ b/ui/aura/demo/demo_main.cc
|
| @@ -49,9 +49,6 @@ class DemoWindowDelegate : public aura::WindowDelegate {
|
|
|
| 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;
|
| }
|
|
|