| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 940ba020bf39ae745fac7520c62af023fa3a9167..1da1cb15ee08a6d7174fa808547749454ef85151 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -366,6 +366,11 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const NativeWebKeyboardEvent& key_event) OVERRIDE;
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
|
|
| +#if defined(OS_ANDROID)
|
| + virtual void AttachLayer(WebKit::WebLayer* layer) OVERRIDE;
|
| + virtual void RemoveLayer(WebKit::WebLayer* layer) OVERRIDE;
|
| +#endif
|
| +
|
| // Creates a new RenderView with the given route id.
|
| void CreateNewWindow(
|
| int route_id,
|
|
|