Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index b9996c70201007f0399f4209b90c467d76973fdb..02a7266933f3b10a801aeea3cc8b412ec154cd9f 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
Ken Russell (switch to Gerrit)
2012/01/19 20:31:21
Accident?
piman
2012/01/19 20:48:26
Fixed.
I reverted my previous patch which bumped t
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -9,7 +9,6 @@ |
#include "base/platform_file.h" |
#include "base/threading/thread_local_storage.h" |
#include "base/timer.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h" |
#include "webkit/glue/resource_loader_bridge.h" |
#include "webkit/glue/webkit_glue_export.h" |
@@ -98,11 +97,6 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
virtual void callOnMainThread(void (*func)(void*), void* context); |
virtual WebKit::WebThread* createThread(const char* name); |
virtual WebKit::WebThread* currentThread(); |
- virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D(); |
- virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D( |
- WebKit::WebGraphicsContext3D::Attributes attributes, |
- WebKit::WebView* web_view, |
- bool render_to_web_view); |
// Embedder functions. The following are not implemented by the glue layer and |