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

Unified Diff: content/test/test_render_view_host.cc

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: 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
« no previous file with comments | « content/test/test_render_view_host.h ('k') | ui/gfx/native_widget_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index a355a142b353de8b5a2421466b744b4ced1ff555..6e97da1438ea1901ff9f28109d042c9612d73dd5 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -192,11 +192,6 @@ void TestRenderWidgetHostView::OnSwapCompositorFrame(
did_swap_compositor_frame_ = true;
}
-
-gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() {
- return gfx::GLSurfaceHandle();
-}
-
bool TestRenderWidgetHostView::LockMouse() {
return false;
}
« no previous file with comments | « content/test/test_render_view_host.h ('k') | ui/gfx/native_widget_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698