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

Unified Diff: ppapi/tests/test_graphics_3d.h

Issue 7737013: Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/tests/test_graphics_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_graphics_3d.h
===================================================================
--- ppapi/tests/test_graphics_3d.h (revision 99848)
+++ ppapi/tests/test_graphics_3d.h (working copy)
@@ -8,10 +8,10 @@
#include <string>
#include "ppapi/tests/test_case.h"
-struct PPB_OpenGLES2_Dev;
+struct PPB_OpenGLES2;
namespace pp {
-class Graphics3D_Dev;
+class Graphics3D;
} // namespace pp
class TestGraphics3D : public TestCase {
@@ -27,12 +27,12 @@
std::string TestFrame();
// Utils used by various tests.
- int32_t SwapBuffersSync(pp::Graphics3D_Dev* context);
- std::string TestPixel(pp::Graphics3D_Dev* context,
+ int32_t SwapBuffersSync(pp::Graphics3D* context);
+ std::string TestPixel(pp::Graphics3D* context,
int x, int y, const uint8_t expected_color[4]);
// OpenGL ES2 interface.
- const PPB_OpenGLES2_Dev* opengl_es2_;
+ const PPB_OpenGLES2* opengl_es2_;
};
#endif // PAPPI_TESTS_TEST_GRAPHICS_3D_H_
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/tests/test_graphics_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698