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

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

Issue 2056483002: Move quads.mojom from Mus to cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/server_window_surface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/server_window_surface.cc
diff --git a/components/mus/ws/server_window_surface.cc b/components/mus/ws/server_window_surface.cc
index e6d6ef3f6fb505f51f79e192dbbecd43402ef48f..c0d706ef2d876a3938da55427c9c86561838db57 100644
--- a/components/mus/ws/server_window_surface.cc
+++ b/components/mus/ws/server_window_surface.cc
@@ -102,7 +102,7 @@ ServerWindowSurface::ConvertCompositorFrame(
}
bool ServerWindowSurface::ConvertSurfaceDrawQuad(
- const mojom::QuadPtr& input,
+ const cc::mojom::DrawQuadPtr& input,
const cc::CompositorFrameMetadata& metadata,
cc::SharedQuadState* sqs,
cc::RenderPass* render_pass) {
« no previous file with comments | « components/mus/ws/server_window_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698