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

Unified Diff: webkit/tools/npapi_pepper_test_plugin/pepper_3d_test.h

Issue 1529005: New experimental Pepper device API.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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: webkit/tools/npapi_pepper_test_plugin/pepper_3d_test.h
===================================================================
--- webkit/tools/npapi_pepper_test_plugin/pepper_3d_test.h (revision 44555)
+++ webkit/tools/npapi_pepper_test_plugin/pepper_3d_test.h (working copy)
@@ -44,7 +44,11 @@
NPExtensions* pepper_extensions_;
NPDevice* device_3d_;
+#if defined(ENABLE_NEW_NPDEVICE_API)
+ NPDeviceContext3D* context_3d_;
+#else
NPDeviceContext3D context_3d_;
+#endif
PGLContext pgl_context_;
ESContext es_context_;

Powered by Google App Engine
This is Rietveld 408576698