| Index: cc/test/fake_output_surface.h
|
| ===================================================================
|
| --- cc/test/fake_output_surface.h (revision 175415)
|
| +++ cc/test/fake_output_surface.h (working copy)
|
| @@ -23,14 +23,6 @@
|
| return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), false));
|
| }
|
|
|
| - static inline scoped_ptr<FakeOutputSurface> Create3d() {
|
| - scoped_ptr<WebKit::WebGraphicsContext3D> context3d =
|
| - FakeWebGraphicsContext3D::Create(
|
| - WebKit::WebGraphicsContext3D::Attributes())
|
| - .PassAs<WebKit::WebGraphicsContext3D>();
|
| - return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), false));
|
| - }
|
| -
|
| static inline scoped_ptr<FakeOutputSurface> CreateSoftware(
|
| scoped_ptr<SoftwareOutputDevice> software_device) {
|
| return make_scoped_ptr(
|
| @@ -42,14 +34,6 @@
|
| return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), true));
|
| }
|
|
|
| - static inline scoped_ptr<FakeOutputSurface> CreateDelegating3d() {
|
| - scoped_ptr<WebKit::WebGraphicsContext3D> context3d =
|
| - FakeWebGraphicsContext3D::Create(
|
| - WebKit::WebGraphicsContext3D::Attributes())
|
| - .PassAs<WebKit::WebGraphicsContext3D>();
|
| - return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), true));
|
| - }
|
| -
|
| static inline scoped_ptr<FakeOutputSurface> CreateDelegatingSoftware(
|
| scoped_ptr<SoftwareOutputDevice> software_device) {
|
| return make_scoped_ptr(
|
|
|