| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index fc4c03ebeecb01e8b3818caa7c2236c7e1d5b2d2..22f5bd134930198d053be81de7b81eb3c239bdf2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -292,9 +292,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| // IsSurfaceAvailableForCopy() and HasAcceleratedSurface().
|
| virtual bool CanCopyToVideoFrame() const = 0;
|
|
|
| - // DEPRECATED. Called when an accelerated compositing surface is initialized.
|
| - virtual void AcceleratedSurfaceInitialized(int route_id) {}
|
| -
|
| // Return true if the view has an accelerated surface that contains the last
|
| // presented frame for the view. If |desired_size| is non-empty, true is
|
| // returned only if the accelerated surface size matches.
|
|
|