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

Unified Diff: services/view_manager/server_view_delegate.h

Issue 880743002: Plumb ViewportMetrics change notifications around the world and back. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix typo 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
« no previous file with comments | « services/view_manager/display_manager.cc ('k') | services/view_manager/test_change_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/view_manager/server_view_delegate.h
diff --git a/services/view_manager/server_view_delegate.h b/services/view_manager/server_view_delegate.h
index 9a9d5907fd5fa5f8903ccd43f83bf2289802fd46..d05a77e1e8e7c7123a68418f4e905e14503cac86 100644
--- a/services/view_manager/server_view_delegate.h
+++ b/services/view_manager/server_view_delegate.h
@@ -11,6 +11,10 @@ namespace gfx {
class Rect;
}
+namespace mojo {
+class ViewportMetrics;
+}
+
namespace view_manager {
class ServerView;
« no previous file with comments | « services/view_manager/display_manager.cc ('k') | services/view_manager/test_change_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698