diff options
Diffstat (limited to 'webkit/support/test_webkit_platform_support.h')
-rw-r--r-- | webkit/support/test_webkit_platform_support.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h index c131c84..ea09d60 100644 --- a/webkit/support/test_webkit_platform_support.h +++ b/webkit/support/test_webkit_platform_support.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -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_; |