| Index: mojo/examples/aura_demo/aura_demo.cc
|
| diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc
|
| index 97b530c1c7e4310a653435372ff0181bee9a6513..360379182a99e2602fa825e1594fe21eedd92eec 100644
|
| --- a/mojo/examples/aura_demo/aura_demo.cc
|
| +++ b/mojo/examples/aura_demo/aura_demo.cc
|
| @@ -47,6 +47,7 @@ class DemoWindowDelegate : public aura::WindowDelegate {
|
|
|
| virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) OVERRIDE {}
|
| + virtual void OnPropertyChanged(const void* key, intptr_t old) OVERRIDE {}
|
| virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
|
| return gfx::kNullCursor;
|
| }
|
|
|