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

Unified Diff: mojo/views/native_widget_view_manager.h

Issue 383123006: Preliminary interactive layout of window manager's demo_launcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resize KeyboardManager, sync Created 6 years, 5 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/views/native_widget_view_manager.h
diff --git a/mojo/views/native_widget_view_manager.h b/mojo/views/native_widget_view_manager.h
index b8050f34b21bf0a5f6a0e97e26cfd180bc6c785c..89e757e2e88206f9bf4bc4ef626e89ee8c36be2c 100644
--- a/mojo/views/native_widget_view_manager.h
+++ b/mojo/views/native_widget_view_manager.h
@@ -52,6 +52,11 @@ class NativeWidgetViewManager : public views::NativeWidgetAura,
virtual void OnViewInputEvent(view_manager::View* view,
const EventPtr& event) OVERRIDE;
+ // view_manager::NodeObserver
+ virtual void OnNodeBoundsChanged(view_manager::Node* node,
sky 2014/07/14 19:15:28 Move this with other NodeObserver overrides above.
hansmuller 2014/07/14 22:16:43 Done.
+ const gfx::Rect& old_bounds,
+ const gfx::Rect& new_bounds) OVERRIDE;
+
scoped_ptr<WindowTreeHostMojo> window_tree_host_;
scoped_ptr<wm::FocusController> focus_client_;

Powered by Google App Engine
This is Rietveld 408576698