| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index dc01098eb35ee1dabbd5156be20fae22ac8df2f0..bb4c13dd72a185a2e5e6d87de4ecb552a7bbb988 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -28,20 +28,13 @@ class PixelTest : public testing::Test, RendererClient {
|
| PixelTest();
|
| virtual ~PixelTest();
|
|
|
| - enum OffscreenContextOption {
|
| - NoOffscreenContext,
|
| - WithOffscreenContext
|
| - };
|
| -
|
| bool RunPixelTest(RenderPassList* pass_list,
|
| - OffscreenContextOption provide_offscreen_context,
|
| const base::FilePath& ref_file,
|
| const PixelComparator& comparator);
|
|
|
| bool RunPixelTestWithReadbackTarget(
|
| RenderPassList* pass_list,
|
| RenderPass* target,
|
| - OffscreenContextOption provide_offscreen_context,
|
| const base::FilePath& ref_file,
|
| const PixelComparator& comparator);
|
|
|
|
|