| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 85fa28e7a6a7c52f841748be8092422f4eb28a66..8e45301c60c80bd5721efa790ffae316efc49483 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -23,6 +23,7 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/renderer_preferences.h"
|
| +#include "content/public/common/three_d_api_types.h"
|
| #include "net/base/load_states.h"
|
| #include "ui/gfx/rect_f.h"
|
| #include "ui/gfx/size.h"
|
| @@ -179,6 +180,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| // an embedder.
|
| BrowserPluginEmbedder* GetBrowserPluginEmbedder();
|
|
|
| + void DidBlock3DAPIs(const GURL& url, ThreeDAPIType requester);
|
| +
|
| // WebContents ------------------------------------------------------
|
| virtual WebContentsDelegate* GetDelegate() OVERRIDE;
|
| virtual void SetDelegate(WebContentsDelegate* delegate) OVERRIDE;
|
|
|