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

Unified Diff: components/mus/public/cpp/window_surface.h

Issue 2092843002: Implement CompositorFrame Struct Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete code Created 4 years, 6 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/mus/public/cpp/window_surface.h
diff --git a/components/mus/public/cpp/window_surface.h b/components/mus/public/cpp/window_surface.h
index 85cd896e2ae6404542cd960166ee2d4c7c7a4726..502af546e405b73bc08c90dcbede021afca93be5 100644
--- a/components/mus/public/cpp/window_surface.h
+++ b/components/mus/public/cpp/window_surface.h
@@ -35,7 +35,7 @@ class WindowSurface : public mojom::SurfaceClient {
// object.
void BindToThread();
- void SubmitCompositorFrame(cc::mojom::CompositorFramePtr frame,
+ void SubmitCompositorFrame(std::unique_ptr<cc::CompositorFrame> frame,
rjkroege 2016/06/23 19:13:55 my preference would be to not have client code unl
Fady Samuel 2016/06/25 04:31:12 This is a fairly thin wrapper around mojo interfac
const base::Closure& callback);
void set_client(WindowSurfaceClient* client) { client_ = client; }

Powered by Google App Engine
This is Rietveld 408576698