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

Unified Diff: components/mus/ws/server_window_surface.h

Issue 2092843002: Implement CompositorFrame Struct Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dcheng's comments 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
« no previous file with comments | « components/mus/ws/platform_display.cc ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/server_window_surface.h
diff --git a/components/mus/ws/server_window_surface.h b/components/mus/ws/server_window_surface.h
index 6467fd39e5d31299f8f09706246140c3f6fb6d7c..126a99f73fc9e10e9ca48ffe23b0f49e660d1c4e 100644
--- a/components/mus/ws/server_window_surface.h
+++ b/components/mus/ws/server_window_surface.h
@@ -43,7 +43,7 @@ class ServerWindowSurface : public mojom::Surface,
// mojom::Surface:
void SubmitCompositorFrame(
- cc::mojom::CompositorFramePtr frame,
+ cc::CompositorFrame frame,
const SubmitCompositorFrameCallback& callback) override;
const cc::SurfaceId& id() const { return surface_id_; }
« no previous file with comments | « components/mus/ws/platform_display.cc ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698