Index: ppapi/tests/test_graphics_2d.h |
diff --git a/ppapi/tests/test_graphics_2d.h b/ppapi/tests/test_graphics_2d.h |
index c905d8a2415d8a8b68997a0e2862037cf0bfb355..ed14a93f93144a30b347d6c7efc84e81ea998c87 100644 |
--- a/ppapi/tests/test_graphics_2d.h |
+++ b/ppapi/tests/test_graphics_2d.h |
@@ -104,7 +104,7 @@ class TestGraphics2D : public TestCase { |
std::string TestBindNull(); |
// Used by the tests that access the C API directly. |
- const PPB_Graphics2D_1_1* graphics_2d_interface_; |
+ const PPB_Graphics2D_1_2* graphics_2d_interface_; |
const PPB_ImageData_1_0* image_data_interface_; |
// Used to indicate that DidChangeView has happened, in order to make plugin |