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

Unified Diff: services/view_manager/connection_manager.h

Issue 880743002: Plumb ViewportMetrics change notifications around the world and back. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: services/view_manager/connection_manager.h
diff --git a/services/view_manager/connection_manager.h b/services/view_manager/connection_manager.h
index ad3a70345c3e5eaf8882f9199873d99add471afc..0dfa8906f8370767e35bd8c18c7896834c2a60b3 100644
--- a/services/view_manager/connection_manager.h
+++ b/services/view_manager/connection_manager.h
@@ -130,6 +130,9 @@ class ConnectionManager : public ServerViewDelegate,
void ProcessViewBoundsChanged(const ServerView* view,
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds);
+ void ProcessViewportMetricsChanged(const ServerView* view,
sky 2015/01/27 16:35:08 Did you finish wiring this all up? AFAICT this isn
eseidel 2015/01/27 18:50:04 No, the wiring isn't finished. I figured all view
+ const mojo::ViewportMetrics& old_metrics,
+ const mojo::ViewportMetrics& new_metrics);
void ProcessWillChangeViewHierarchy(const ServerView* view,
const ServerView* new_parent,
const ServerView* old_parent);

Powered by Google App Engine
This is Rietveld 408576698