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

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: Fix reflector 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..3277dcce2be5797d300ab5f490292fe28a65ea03 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(std::unique_ptr<CompositorFrame> frame) override;
bool BindToClient(OutputSurfaceClient* client) override;
void ForceReclaimResources() override;
void DetachFromClient() override;

Powered by Google App Engine
This is Rietveld 408576698