Index: ui/views/controls/native/native_view_host_aura.cc |
diff --git a/ui/views/controls/native/native_view_host_aura.cc b/ui/views/controls/native/native_view_host_aura.cc |
index 016e64eb3f254680026d9caf3410b0d26c8ecd96..074dcfe8c37320697fbd521316d6d552ce3af5c8 100644 |
--- a/ui/views/controls/native/native_view_host_aura.cc |
+++ b/ui/views/controls/native/native_view_host_aura.cc |
@@ -30,6 +30,7 @@ class NativeViewHostAura::ClippingWindowDelegate : public aura::WindowDelegate { |
virtual gfx::Size GetMaximumSize() const OVERRIDE { return gfx::Size(); } |
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; |
} |