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

Unified Diff: cc/test/pixel_test_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/test/pixel_test_output_surface.h
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
index d083cba4fdffa7957d62426b6102edea0d676db8..f6ba5b477baba3a01b9fd1b20d961d9a287ae3f3 100644
--- a/cc/test/pixel_test_output_surface.h
+++ b/cc/test/pixel_test_output_surface.h
@@ -25,7 +25,7 @@ class PixelTestOutputSurface : public OutputSurface {
// OutputSurface implementation.
void Reshape(const gfx::Size& size, float scale_factor, bool alpha) override;
bool HasExternalStencilTest() const override;
- void SwapBuffers(CompositorFrame* frame) override;
+ void SwapBuffers(std::unique_ptr<CompositorFrame> frame) override;
uint32_t GetFramebufferCopyTextureFormat() override;
void set_surface_expansion_size(const gfx::Size& surface_expansion_size) {

Powered by Google App Engine
This is Rietveld 408576698