| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index d2af2e3d44c7400bf163e7dba965318379b9a862..7819848a8148c47e575608dbf3542a0f33277bee 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -79,12 +79,6 @@ class FakeOutputSurface : public OutputSurface {
|
| new FakeOutputSurface(software_device.Pass(), true));
|
| }
|
|
|
| - static scoped_ptr<FakeOutputSurface> CreateAlwaysDrawAndSwap3d() {
|
| - scoped_ptr<FakeOutputSurface> surface(Create3d());
|
| - surface->capabilities_.draw_and_swap_full_viewport_every_frame = true;
|
| - return surface.Pass();
|
| - }
|
| -
|
| static scoped_ptr<FakeOutputSurface> CreateNoRequireSyncPoint(
|
| scoped_ptr<TestWebGraphicsContext3D> context) {
|
| scoped_ptr<FakeOutputSurface> surface(Create3d(context.Pass()));
|
|
|