| 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 b9320aed69ec0249a25201e11d8e3332633fd307..6140e6f391044c6588f1a7a8ebb9f8e16603af61 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -411,6 +411,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void RequestMediaAccessPermission(
|
| const content::MediaStreamRequest* request,
|
| const content::MediaResponseCallback& callback) OVERRIDE;
|
| + virtual void AttachLayer(WebKit::WebLayer& layer) OVERRIDE;
|
| + virtual void RemoveLayer(WebKit::WebLayer& layer) OVERRIDE;
|
|
|
| // RenderWidgetHostDelegate --------------------------------------------------
|
|
|
|
|