| Index: content/browser/renderer_host/test_render_view_host.h
|
| diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
|
| index 3704ddd36938ee5744f3d2228b115e05a8a16a14..7b2024f4a85bc085a7747327f32b91e40a0032cd 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.h
|
| +++ b/content/browser/renderer_host/test_render_view_host.h
|
| @@ -97,10 +97,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| virtual void Destroy() OVERRIDE {}
|
| virtual void SetTooltipText(const string16& tooltip_text) OVERRIDE {}
|
| virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
| - virtual bool CopyFromCompositingSurface(
|
| - const gfx::Size& size,
|
| - skia::PlatformCanvas* output) OVERRIDE;
|
| - virtual void AsyncCopyFromCompositingSurface(
|
| + virtual void CopyFromCompositingSurface(
|
| const gfx::Size& size,
|
| skia::PlatformCanvas* output,
|
| base::Callback<void(bool)> callback) OVERRIDE;
|
|
|