Index: content/browser/web_contents/web_contents_view_aura.h |
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h |
index a615c3486b2bb9aac0037ec337955aea43fc7db1..f5a74e17ac1f2ab35d0ea2a50d26dad691faac3d 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.h |
+++ b/content/browser/web_contents/web_contents_view_aura.h |
@@ -152,6 +152,7 @@ class WebContentsViewAura |
virtual gfx::Size GetMaximumSize() const OVERRIDE; |
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; |
virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE; |
virtual bool ShouldDescendIntoChildForEventHandling( |