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..051523677870ca36488c7f9a4f2f355acd75d2fe 100644 |
--- a/services/view_manager/connection_manager.h |
+++ b/services/view_manager/connection_manager.h |
@@ -130,6 +130,8 @@ class ConnectionManager : public ServerViewDelegate, |
void ProcessViewBoundsChanged(const ServerView* view, |
const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds); |
+ void ProcessViewportMetricsChanged(const mojo::ViewportMetrics& old_metrics, |
+ const mojo::ViewportMetrics& new_metrics); |
void ProcessWillChangeViewHierarchy(const ServerView* view, |
const ServerView* new_parent, |
const ServerView* old_parent); |