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

Unified Diff: content/browser/renderer_host/image_transport_factory_android.h

Issue 11090075: Expose the WebGraphicsContext3D for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/renderer_host/image_transport_factory_android.h
diff --git a/content/browser/renderer_host/image_transport_factory_android.h b/content/browser/renderer_host/image_transport_factory_android.h
index b365718eb0521db2260ddf7a26697dc9ce8169ff..42855c7346d5007ec2962a3474162a7654bb0008 100644
--- a/content/browser/renderer_host/image_transport_factory_android.h
+++ b/content/browser/renderer_host/image_transport_factory_android.h
@@ -24,6 +24,7 @@ class ImageTransportFactoryAndroid {
uint32_t InsertSyncPoint();
+ WebGraphicsContext3DCommandBufferImpl* GetContext3D();
private:
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context_;
};

Powered by Google App Engine
This is Rietveld 408576698