Index: mojo/services/view_manager/public/cpp/view.h |
diff --git a/mojo/services/view_manager/public/cpp/view.h b/mojo/services/view_manager/public/cpp/view.h |
index 1215a3b4f234981ae513192cb96215d4daa57012..07bc5b0c20ff7fe64a8d09fb777d3d2e33581337 100644 |
--- a/mojo/services/view_manager/public/cpp/view.h |
+++ b/mojo/services/view_manager/public/cpp/view.h |
@@ -153,6 +153,8 @@ class View { |
// Returns true if the order actually changed. |
bool LocalReorder(View* relative, OrderDirection direction); |
void LocalSetBounds(const Rect& old_bounds, const Rect& new_bounds); |
+ void LocalSetViewportMetrics(const ViewportMetrics& old_metrics, |
+ const ViewportMetrics& new_metrics); |
void LocalSetDrawn(bool drawn); |
// Methods implementing visibility change notifications. See ViewObserver |