summaryrefslogtreecommitdiffstats
path: root/mojo/services/view_manager/public/cpp/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/view_manager/public/cpp/view.h')
-rw-r--r--mojo/services/view_manager/public/cpp/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/services/view_manager/public/cpp/view.h b/mojo/services/view_manager/public/cpp/view.h
index 1215a3b..07bc5b0 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