summaryrefslogtreecommitdiffstats
path: root/cc/test/pixel_test_output_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/pixel_test_output_surface.h')
-rw-r--r--cc/test/pixel_test_output_surface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
index ac05144..ce9d79c 100644
--- a/cc/test/pixel_test_output_surface.h
+++ b/cc/test/pixel_test_output_surface.h
@@ -12,8 +12,7 @@ namespace cc {
class PixelTestOutputSurface : public OutputSurface {
public:
explicit PixelTestOutputSurface(
- scoped_refptr<ContextProvider> context_provider,
- bool uses_main_gl_framebuffer);
+ scoped_refptr<ContextProvider> context_provider);
explicit PixelTestOutputSurface(
scoped_ptr<SoftwareOutputDevice> software_device);