Index: content/browser/web_contents/aura/image_window_delegate.cc |
diff --git a/content/browser/web_contents/aura/image_window_delegate.cc b/content/browser/web_contents/aura/image_window_delegate.cc |
index ccfd2c5bcb9af9bc7915fe3f6cb9d57201919d78..e223478e638285c73fa752dc31e4de66bf54a39e 100644 |
--- a/content/browser/web_contents/aura/image_window_delegate.cc |
+++ b/content/browser/web_contents/aura/image_window_delegate.cc |
@@ -43,6 +43,9 @@ void ImageWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds, |
size_mismatch_ = window_size_ != image_.AsImageSkia().size(); |
} |
+void ImageWindowDelegate::OnPropertyChanged(const void* key, intptr_t old) { |
+} |
+ |
gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) { |
return gfx::kNullCursor; |
} |