Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: content/browser/web_contents/aura/image_window_delegate.cc

Issue 434343004: Call OnNativeWindowChanged after maximizing and restoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implement in all subclasses. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698