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

Unified Diff: cc/test/pixel_test_delegating_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: Addressed Dana's nits 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 | « cc/test/fake_output_surface.cc ('k') | cc/test/pixel_test_delegating_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test_delegating_output_surface.h
diff --git a/cc/test/pixel_test_delegating_output_surface.h b/cc/test/pixel_test_delegating_output_surface.h
index 2b4166b95c08814f05e0b10cf413736b9fb12a2c..be3302b11f0ec82cb7030600a239d10cdaa2e68e 100644
--- a/cc/test/pixel_test_delegating_output_surface.h
+++ b/cc/test/pixel_test_delegating_output_surface.h
@@ -32,7 +32,7 @@ class PixelTestDelegatingOutputSurface : public OutputSurface,
// OutputSurface implementation.
bool BindToClient(OutputSurfaceClient* client) override;
void DetachFromClient() override;
- void SwapBuffers(CompositorFrame* frame) override;
+ void SwapBuffers(CompositorFrame frame) override;
void ForceReclaimResources() override;
void BindFramebuffer() override;
uint32_t GetFramebufferCopyTextureFormat() override;
« no previous file with comments | « cc/test/fake_output_surface.cc ('k') | cc/test/pixel_test_delegating_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698