| Index: chrome/browser/renderer_host/render_widget_host_view.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view.h (revision 65168)
|
| +++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
|
| @@ -30,7 +30,6 @@
|
| class BackingStore;
|
| class RenderProcessHost;
|
| class RenderWidgetHost;
|
| -class VideoLayer;
|
| class WebCursor;
|
| struct NativeWebKeyboardEvent;
|
| struct ViewHostMsg_AccessibilityNotification_Params;
|
| @@ -173,9 +172,6 @@
|
| // Allocate a backing store for this view
|
| virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
|
|
|
| - // Allocate a video layer for this view.
|
| - virtual VideoLayer* AllocVideoLayer(const gfx::Size& size) = 0;
|
| -
|
| #if defined(OS_MACOSX)
|
| // Tells the view whether or not to accept first responder status. If |flag|
|
| // is true, the view does not accept first responder status and instead
|
|
|