| 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 654ec64056872131c49dc9162a68c8c2562040b6..cbe9fb3116438b7b77758b9b53f47748a4ea53ff 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -409,6 +409,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 --------------------------------------------------
|
|
|
|
|