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

Unified Diff: content/browser/aura/no_transport_image_transport_factory.cc

Issue 23726015: All together now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cap
Patch Set: Created 7 years, 4 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/browser/aura/no_transport_image_transport_factory.h ('k') | content/browser/aura/reflector_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/aura/no_transport_image_transport_factory.cc
diff --git a/content/browser/aura/no_transport_image_transport_factory.cc b/content/browser/aura/no_transport_image_transport_factory.cc
index 18e8dad9072310a3342039213ef257f29cadf009..4e95ef03e4eb4656d3cffefffd12605193c8615a 100644
--- a/content/browser/aura/no_transport_image_transport_factory.cc
+++ b/content/browser/aura/no_transport_image_transport_factory.cc
@@ -38,6 +38,13 @@ scoped_refptr<ui::Texture> NoTransportImageTransportFactory::CreateOwnedTexture(
return NULL;
}
+scoped_ptr<SurfaceCapturer>
+NoTransportImageTransportFactory::CreateOutputSurfaceCapturer(
+ ui::Compositor* compositor,
+ SurfaceCapturer::Client* client) {
+ return scoped_ptr<SurfaceCapturer>();
+}
+
GLHelper* NoTransportImageTransportFactory::GetGLHelper() { return NULL; }
uint32 NoTransportImageTransportFactory::InsertSyncPoint() { return 0; }
« no previous file with comments | « content/browser/aura/no_transport_image_transport_factory.h ('k') | content/browser/aura/reflector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698