| Index: ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.cc b/ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| index 2d8286cd431ea77f8c6558bb9b74b741feebbe28..329b58be583bff0e5da9a16ae5194f096946a21f 100644
|
| --- a/ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| +++ b/ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| @@ -12,13 +12,10 @@ namespace ui {
|
| TestWebGraphicsContext3D::TestWebGraphicsContext3D() {}
|
| TestWebGraphicsContext3D::~TestWebGraphicsContext3D() {}
|
|
|
| -bool TestWebGraphicsContext3D::initialize(Attributes attributes,
|
| - WebKit::WebView* view,
|
| - bool render_directly_to_web_view) {
|
| +void TestWebGraphicsContext3D::Initialize() {
|
| gl_surface_ = new gfx::GLSurfaceStub;
|
| gl_context_ = new gfx::GLContextStub;
|
| gl_context_->MakeCurrent(gl_surface_.get());
|
| - return true;
|
| }
|
|
|
| bool TestWebGraphicsContext3D::makeContextCurrent() {
|
|
|