Index: content/browser/web_contents/aura/image_window_delegate.h |
diff --git a/content/browser/web_contents/aura/image_window_delegate.h b/content/browser/web_contents/aura/image_window_delegate.h |
index d0f9b061918ae1aa5065fe7eef4adeebdc89db1a..5e3a9627a2adf697c3212b9599ecda295883490b 100644 |
--- a/content/browser/web_contents/aura/image_window_delegate.h |
+++ b/content/browser/web_contents/aura/image_window_delegate.h |
@@ -29,6 +29,7 @@ class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate { |
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( |