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

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

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.h
diff --git a/components/view_manager/surfaces/surfaces_impl.h b/components/view_manager/surfaces/surfaces_impl.h
index 16b207c5d6894fbc1b1edfb64e591de9b8595bb0..454fbd5a121e0d6d2b0b3a227ba0f4475f762697 100644
--- a/components/view_manager/surfaces/surfaces_impl.h
+++ b/components/view_manager/surfaces/surfaces_impl.h
@@ -42,7 +42,7 @@ class SurfacesImpl : public mojo::Surface, public cc::SurfaceFactoryClient {
void SetResourceReturner(mojo::ResourceReturnerPtr returner) override;
void CreateSurface(uint32_t local_id) override;
void SubmitFrame(uint32_t local_id,
- mojo::FramePtr frame,
+ mojo::CompositorFramePtr frame,
const mojo::Closure& callback) override;
void DestroySurface(uint32_t local_id) override;

Powered by Google App Engine
This is Rietveld 408576698