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

Unified Diff: components/view_manager/surfaces/surfaces_impl.cc

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments 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/surfaces/surfaces_impl.cc
diff --git a/components/view_manager/surfaces/surfaces_impl.cc b/components/view_manager/surfaces/surfaces_impl.cc
index 9ff479b012c9983325947b3aec9daaf208b69dac..b32f3ca2b824c0425954f5f170100f7a35dfd0c6 100644
--- a/components/view_manager/surfaces/surfaces_impl.cc
+++ b/components/view_manager/surfaces/surfaces_impl.cc
@@ -58,7 +58,7 @@ void SurfacesImpl::CreateSurface(uint32_t local_id) {
}
void SurfacesImpl::SubmitFrame(uint32_t local_id,
- mojo::FramePtr frame,
+ mojo::CompositorFramePtr frame,
const mojo::Closure& callback) {
TRACE_EVENT0("mojo", "SurfacesImpl::SubmitFrame");
factory_.SubmitFrame(QualifyIdentifier(local_id),

Powered by Google App Engine
This is Rietveld 408576698