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

Unified Diff: mojo/services/view_manager/connection_manager.h

Issue 692693002: Make it possible to change the viewport size (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: mojo/services/view_manager/connection_manager.h
diff --git a/mojo/services/view_manager/connection_manager.h b/mojo/services/view_manager/connection_manager.h
index 0a41195832575a4e74a99c9e95a58da09261ffe9..bcc5d3e84983d53c98192e453283af6d548d3f87 100644
--- a/mojo/services/view_manager/connection_manager.h
+++ b/mojo/services/view_manager/connection_manager.h
@@ -180,6 +180,9 @@ class MOJO_VIEW_MANAGER_EXPORT ConnectionManager
virtual void DispatchInputEventToView(Id transport_view_id,
EventPtr event) override;
sky 2014/10/30 03:23:57 nit: no empty line here (similar to 174/175 above)
+ virtual void SetViewportSize(SizePtr size) override;
sky 2014/10/30 03:23:57 no virtual (174 has it right, 180 wrong).
+
+
sky 2014/10/30 03:23:57 nit: only one empty line, not two.
// InterfaceFactory<ViewManagerService>:
virtual void Create(ApplicationConnection* connection,
InterfaceRequest<ViewManagerService> request) override;

Powered by Google App Engine
This is Rietveld 408576698