| Index: content/browser/frame_host/render_widget_host_view_guest.cc
|
| diff --git a/content/browser/frame_host/render_widget_host_view_guest.cc b/content/browser/frame_host/render_widget_host_view_guest.cc
|
| index a5839e2b82d01313b4ee4306aa278f0bc3270c6d..708f8bf03645552c6ab062ae528357fe1862cdd4 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_guest.cc
|
| +++ b/content/browser/frame_host/render_widget_host_view_guest.cc
|
| @@ -350,15 +350,6 @@ void RenderWidgetHostViewGuest::SelectionBoundsChanged(
|
| rwhv->SelectionBoundsChanged(guest_params);
|
| }
|
|
|
| -void RenderWidgetHostViewGuest::CopyFromCompositingSurface(
|
| - const gfx::Rect& src_subrect,
|
| - const gfx::Size& dst_size,
|
| - CopyFromCompositingSurfaceCallback& callback,
|
| - const SkColorType color_type) {
|
| - CHECK(guest_);
|
| - guest_->CopyFromCompositingSurface(src_subrect, dst_size, callback);
|
| -}
|
| -
|
| void RenderWidgetHostViewGuest::SetBackgroundColor(SkColor color) {
|
| // Content embedders can toggle opaque backgrounds through this API.
|
| // We plumb the value here so that BrowserPlugin updates its compositing
|
|
|