Index: ppapi/shared_impl/opengles2_impl.h |
=================================================================== |
--- ppapi/shared_impl/opengles2_impl.h (revision 99860) |
+++ ppapi/shared_impl/opengles2_impl.h (working copy) |
@@ -5,14 +5,14 @@ |
#ifndef PPAPI_SHARED_IMPL_OPENGLES2_IMPL_H_ |
#define PPAPI_SHARED_IMPL_OPENGLES2_IMPL_H_ |
-#include "ppapi/c/ppb_opengles.h" |
+#include "ppapi/c/dev/ppb_opengles_dev.h" |
#include "ppapi/shared_impl/ppapi_shared_export.h" |
namespace ppapi { |
class PPAPI_SHARED_EXPORT OpenGLES2Impl { |
public: |
- static const PPB_OpenGLES2* GetInterface(); |
+ static const PPB_OpenGLES2_Dev* GetInterface(); |
}; |
} // namespace ppapi |
Property changes on: ppapi/shared_impl/opengles2_impl.h |
___________________________________________________________________ |
Added: svn:mergeinfo |