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

Unified Diff: components/view_manager/public/cpp/view.h

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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: components/view_manager/public/cpp/view.h
diff --git a/components/view_manager/public/cpp/view.h b/components/view_manager/public/cpp/view.h
index 3d6ac527c36132dfea7f4d66a002d4205ccef58f..d61bf7f68289e39a041d0845d0030dccbdf08e4e 100644
--- a/components/view_manager/public/cpp/view.h
+++ b/components/view_manager/public/cpp/view.h
@@ -61,6 +61,9 @@ class View {
const ViewportMetrics& viewport_metrics() { return *viewport_metrics_; }
+ void RequestCompositorFrameReceiver(
+ InterfaceRequest<CompositorFrameReceiver> receiver);
+
// Returns the set of string to bag of byte properties. These properties are
// shared with the view manager.
const SharedProperties& shared_properties() const { return properties_; }

Powered by Google App Engine
This is Rietveld 408576698