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

Unified Diff: content/common/gpu/image_transport_surface.h

Issue 59973010: Android: Don't instantiate TextureImageTransportSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/common/gpu/image_transport_surface.h
diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h
index 4eba2794081b96ef40c95a808a0fa96598a66f23..a34c870f36eaedf80f5064f2f37048f4a719d9c8 100644
--- a/content/common/gpu/image_transport_surface.h
+++ b/content/common/gpu/image_transport_surface.h
@@ -205,6 +205,8 @@ class PassThroughImageTransportSurface
// the browser.
virtual void SendVSyncUpdateIfAvailable();
+ ImageTransportHelper* GetHelper() { return helper_.get(); }
+
private:
scoped_ptr<ImageTransportHelper> helper_;
gfx::Size new_size_;

Powered by Google App Engine
This is Rietveld 408576698