Chromium Code Reviews| 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 4bfaf171c7272651cb823a699239a12a0cd86700..19774f27d8a99639fd5350a949094277a8e853f7 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, content::ThreeDAPIType requester); |
|
jam
2012/11/15 16:57:25
nit: no need for content::
Ken Russell (switch to Gerrit)
2012/11/15 20:53:25
Done.
|
| + |
| // WebContents ------------------------------------------------------ |
| virtual WebContentsDelegate* GetDelegate() OVERRIDE; |
| virtual void SetDelegate(WebContentsDelegate* delegate) OVERRIDE; |