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

Unified Diff: mojo/services/view_manager/node.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: mojo/services/view_manager/node.cc
diff --git a/mojo/services/view_manager/node.cc b/mojo/services/view_manager/node.cc
index 65bc94684c728259819f16571a98106b101ff79d..519b08a82c27b5d524eafacb1cbb0cdc2573c602 100644
--- a/mojo/services/view_manager/node.cc
+++ b/mojo/services/view_manager/node.cc
@@ -159,6 +159,9 @@ void Node::OnBoundsChanged(const gfx::Rect& old_bounds,
delegate_->OnNodeBoundsChanged(this, old_bounds, new_bounds);
}
+void Node::OnPropertyChanged(const void* key, intptr_t old) {
+}
+
gfx::NativeCursor Node::GetCursor(const gfx::Point& point) {
return gfx::kNullCursor;
}
« no previous file with comments | « mojo/services/view_manager/node.h ('k') | ui/aura/demo/demo_main.cc » ('j') | ui/aura/window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698