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

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

Issue 1365563002: Make channel preemption not require view contexts for hookup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wakeup_gpu
Patch Set: fix build and broken rebase Created 5 years, 3 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_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 06d502f31d452a0cc087931c9e632733d1e6a441..11b99ee5d42f249434d4694dc0d146e014263cf9 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -484,10 +484,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
// This is used for various IPC messages, including plugins.
gfx::NativeViewId GetNativeViewId() const;
- // Retrieves an id for the surface that the renderer can draw to
- // when accelerated compositing is enabled.
- gfx::GLSurfaceHandle GetCompositingSurface();
-
// ---------------------------------------------------------------------------
// The following methods are overridden by RenderViewHost to send upwards to
// its delegate.

Powered by Google App Engine
This is Rietveld 408576698