Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.h

Issue 10352016: Consolidate RenderWidgetHost::CopyFromBackingStore and RenderWidgetHost::AsyncCopyFromBackingStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_widget_host_view_mac.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
index 7056b1c6f16c13863980f09ae904f3ae2acfcafd..54e96af51fdda1bd9be4a8d08e55306264c9b399 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.h
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h
@@ -231,10 +231,7 @@ class RenderWidgetHostViewMac : public content::RenderWidgetHostViewBase {
size_t offset,
const ui::Range& range) 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;

Powered by Google App Engine
This is Rietveld 408576698