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

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

Issue 11090075: Expose the WebGraphicsContext3D for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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.cc
diff --git a/content/browser/renderer_host/image_transport_factory_android.cc b/content/browser/renderer_host/image_transport_factory_android.cc
index a83c94d40407455ff470a78db4d1d279978a9bc2..7299656b5e86130245d2c02a26b8d4671a8f40b5 100644
--- a/content/browser/renderer_host/image_transport_factory_android.cc
+++ b/content/browser/renderer_host/image_transport_factory_android.cc
@@ -73,4 +73,9 @@ uint32_t ImageTransportFactoryAndroid::InsertSyncPoint() {
return context_->insertSyncPoint();
}
+WebGraphicsContext3DCommandBufferImpl*
+ImageTransportFactoryAndroid::GetContext3D() {
+ return context_.get();
+}
+
} // namespace content
« no previous file with comments | « content/browser/renderer_host/image_transport_factory_android.h ('k') | content/public/browser/android/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698