| 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 657ad2027f14a0c5c9deec9f61056a39592cddd5..be9180a43eafb6f78b7b1fbbfd74080a6d5a0e07 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -216,6 +216,7 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| const gfx::Rect& node_bounds_in_screen) {}
|
|
|
| virtual void OnSwapCompositorFrame(uint32_t compositor_frame_sink_id,
|
| + const cc::LocalSurfaceId& local_surface_id,
|
| cc::CompositorFrame frame) {}
|
|
|
| // This method exists to allow removing of displayed graphics, after a new
|
|
|