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

Unified Diff: services/ui/surfaces/display_compositor.h

Issue 2789753002: Convert offscreen canvas to use FrameSinkManagerHost. (Closed)
Patch Set: Lower similarity. Created 3 years, 9 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: services/ui/surfaces/display_compositor.h
diff --git a/services/ui/surfaces/display_compositor.h b/services/ui/surfaces/display_compositor.h
index a14704d40094f9e40dcac41a1764243db8fca70d..4966ba567bbbc22e44bf2f914e8910e94aa2a995 100644
--- a/services/ui/surfaces/display_compositor.h
+++ b/services/ui/surfaces/display_compositor.h
@@ -39,7 +39,7 @@ class DisplayCompositor
cc::mojom::DisplayCompositorClientPtr client);
~DisplayCompositor() override;
- cc::SurfaceManager* manager() { return &manager_; }
+ cc::SurfaceManager* surface_manager() { return &manager_; }
// cc::mojom::DisplayCompositor implementation:
void CreateRootCompositorFrameSink(

Powered by Google App Engine
This is Rietveld 408576698