| Index: webkit/support/test_webkit_platform_support.h
|
| diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
|
| index c131c84fd37b9ea20bf15be53dee439cc71baa95..15f97cbcc9b273ef2fd1e08399a2857f826bb242 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h"
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkitplatformsupport_impl.h"
|
| #include "webkit/support/simple_database_system.h"
|
| @@ -90,6 +91,8 @@ class TestWebKitPlatformSupport :
|
|
|
| virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
|
| virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() OVERRIDE;
|
| + virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
|
| + const WebKit::WebGraphicsContext3D::Attributes&);
|
|
|
| WebURLLoaderMockFactory* url_loader_factory() {
|
| return &url_loader_factory_;
|
|
|