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

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

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
Index: content/browser/aura/no_transport_image_transport_factory.h
diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/aura/no_transport_image_transport_factory.h
index 8254faf5fa5c06eccf0ec7b8ef6221148ea47b3a..6e6be576889145d8e3ee07dc65ce0ee0e9b2ae03 100644
--- a/content/browser/aura/no_transport_image_transport_factory.h
+++ b/content/browser/aura/no_transport_image_transport_factory.h
@@ -28,6 +28,9 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
const gfx::Size& size,
float device_scale_factor,
unsigned int texture_id) OVERRIDE;
+ virtual scoped_ptr<SurfaceCapturer> CreateOutputSurfaceCapturer(
+ ui::Compositor* compositor,
+ SurfaceCapturer::Client* client) OVERRIDE;
virtual GLHelper* GetGLHelper() OVERRIDE;
virtual uint32 InsertSyncPoint() OVERRIDE;
virtual void WaitSyncPoint(uint32 sync_point) OVERRIDE;
« no previous file with comments | « content/browser/aura/image_transport_factory.h ('k') | content/browser/aura/no_transport_image_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698