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

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

Issue 2042643002: Implement cc::CompositorFrameMetadata StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment 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/public/interfaces/compositor_frame.mojom ('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 3634452839f66b0e845249c9f84dc403a2ce0b7e..a7cd0209aeff0852350f0317c24427b16e41cfaa 100644
--- a/components/mus/ws/server_window_surface.h
+++ b/components/mus/ws/server_window_surface.h
@@ -74,7 +74,7 @@ class ServerWindowSurface : public mojom::Surface,
// Overriden from CustomSurfaceConverter:
bool ConvertSurfaceDrawQuad(const mojom::QuadPtr& input,
- const mojom::CompositorFrameMetadataPtr& metadata,
+ const cc::CompositorFrameMetadata& metadata,
cc::SharedQuadState* sqs,
cc::RenderPass* render_pass) override;
« no previous file with comments | « components/mus/public/interfaces/compositor_frame.mojom ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698