| Index: ui/gfx/compositor/test_web_graphics_context_3d.h
|
| diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.h b/ui/gfx/compositor/test_web_graphics_context_3d.h
|
| index 8732f706951953bdec1ea3b6bcb0dfcee85ca8e1..ebd8bd677339d2b8860e1d6e2f2828c3ee087a43 100644
|
| --- a/ui/gfx/compositor/test_web_graphics_context_3d.h
|
| +++ b/ui/gfx/compositor/test_web_graphics_context_3d.h
|
| @@ -25,9 +25,7 @@ class TestWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
|
| TestWebGraphicsContext3D();
|
| virtual ~TestWebGraphicsContext3D();
|
|
|
| - virtual bool initialize(Attributes attributes,
|
| - WebKit::WebView* view,
|
| - bool render_directly_to_web_view);
|
| + void Initialize();
|
| virtual bool makeContextCurrent();
|
| virtual int width();
|
| virtual int height();
|
|
|