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

Unified Diff: services/view_manager/test_server_view_delegate.cc

Issue 880743002: Plumb ViewportMetrics change notifications around the world and back. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Now without skydb changes 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/test_server_view_delegate.cc
diff --git a/services/view_manager/test_server_view_delegate.cc b/services/view_manager/test_server_view_delegate.cc
index cf01d171b9338ce09c7f9edcb202bcf72df16616..85fd66b1f2ce96ab326af225bf1ba37bde5338cf 100644
--- a/services/view_manager/test_server_view_delegate.cc
+++ b/services/view_manager/test_server_view_delegate.cc
@@ -34,6 +34,12 @@ void TestServerViewDelegate::OnViewBoundsChanged(const ServerView* view,
const gfx::Rect& new_bounds) {
}
+void TestServerViewDelegate::OnViewViewportMetricsChanged(
+ const ServerView* view,
+ const mojo::ViewportMetrics& old_metrics,
+ const mojo::ViewportMetrics& new_metrics) {
+}
+
void TestServerViewDelegate::OnViewSurfaceIdChanged(const ServerView* view) {
}

Powered by Google App Engine
This is Rietveld 408576698