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

Unified Diff: content/browser/compositor/test/no_transport_image_transport_factory.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
Index: content/browser/compositor/test/no_transport_image_transport_factory.cc
diff --git a/content/browser/compositor/test/no_transport_image_transport_factory.cc b/content/browser/compositor/test/no_transport_image_transport_factory.cc
index ff56b3f38de18f5c24dd10b4de468629bc22390a..5a9cfe17e74de754364683da470f055323fa4c3d 100644
--- a/content/browser/compositor/test/no_transport_image_transport_factory.cc
+++ b/content/browser/compositor/test/no_transport_image_transport_factory.cc
@@ -32,11 +32,6 @@ ui::ContextFactory* NoTransportImageTransportFactory::GetContextFactory() {
return context_factory_.get();
}
-gfx::GLSurfaceHandle
-NoTransportImageTransportFactory::GetSharedSurfaceHandle() {
- return gfx::GLSurfaceHandle();
-}
-
cc::SurfaceManager* NoTransportImageTransportFactory::GetSurfaceManager() {
return surface_manager_.get();
}

Powered by Google App Engine
This is Rietveld 408576698