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

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

Issue 267293004: Wires up view manager to an actual display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 7 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 | « mojo/services/view_manager/view_manager.cc ('k') | mojo/services/view_manager/view_manager_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/view_manager_connection.h
diff --git a/mojo/services/view_manager/view_manager_connection.h b/mojo/services/view_manager/view_manager_connection.h
index 3dc79a348223c336dfcaed6d8ce835f6fb6abeb0..ebb7a25fb95efd7a9ba476b729e82a0ca6e76a43 100644
--- a/mojo/services/view_manager/view_manager_connection.h
+++ b/mojo/services/view_manager/view_manager_connection.h
@@ -101,6 +101,9 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
TransportViewId transport_view_id,
TransportChangeId change_id,
const Callback<void(bool)>& callback) OVERRIDE;
+ virtual void SetViewContents(TransportViewId view_id,
+ ScopedSharedBufferHandle buffer,
+ uint32_t buffer_size) OVERRIDE;
// Overridden from NodeDelegate:
virtual void OnNodeHierarchyChanged(const NodeId& node,
« no previous file with comments | « mojo/services/view_manager/view_manager.cc ('k') | mojo/services/view_manager/view_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698