| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| index 04fc53bf2b5b10498a76dae9df070e2818b09f2b..ba3ac68cd9b116061416b73a2eb1f7aa8660b9b8 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.h
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| @@ -107,6 +107,8 @@ class TestShellWebKitInit : public webkit_glue::WebKitPlatformSupportImpl {
|
|
|
| virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
|
| virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() OVERRIDE;
|
| + virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
|
|
| virtual string16 GetLocalizedString(int message_id) OVERRIDE;
|
| virtual base::StringPiece GetDataResource(int resource_id) OVERRIDE;
|
|
|