| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 1dc8c77b045b4ad602ef00663191340d566e476a..24e17a9b8475abf0c666ab68a295de2822f02929 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -44,6 +44,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h"
|
| #include "ui/base/javascript_message_type.h"
|
| #include "ui/gfx/surface/transport_dib.h"
|
| #include "webkit/glue/webpreferences.h"
|
| @@ -332,6 +333,9 @@ class RenderViewImpl : public RenderWidget,
|
| WebKit::WebExternalPopupMenuClient* popup_menu_client);
|
| virtual WebKit::WebStorageNamespace* createSessionStorageNamespace(
|
| unsigned quota);
|
| + virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D(
|
| + WebKit::WebGraphicsContext3D::Attributes attributes,
|
| + bool direct);
|
| virtual void didAddMessageToConsole(
|
| const WebKit::WebConsoleMessage& message,
|
| const WebKit::WebString& source_name,
|
|
|