| 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_;
|
|
|