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

Unified Diff: cc/surfaces/surface_display_output_surface.h

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce android_webview changes 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: cc/surfaces/surface_display_output_surface.h
diff --git a/cc/surfaces/surface_display_output_surface.h b/cc/surfaces/surface_display_output_surface.h
index 9f0b8f2b724c6f75a697b09f0c1b312ca9ece787..6186d3d5735d35767e7b11b0b433301db4aafec5 100644
--- a/cc/surfaces/surface_display_output_surface.h
+++ b/cc/surfaces/surface_display_output_surface.h
@@ -41,7 +41,7 @@ class CC_SURFACES_EXPORT SurfaceDisplayOutputSurface
~SurfaceDisplayOutputSurface() override;
// OutputSurface implementation.
- void SwapBuffers(CompositorFrame* frame) override;
+ void SwapBuffers(CompositorFrame frame) override;
bool BindToClient(OutputSurfaceClient* client) override;
void ForceReclaimResources() override;
void DetachFromClient() override;

Powered by Google App Engine
This is Rietveld 408576698