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

Unified Diff: ppapi/tests/test_graphics_2d.h

Issue 1881603002: Added SetLayerTransform to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Graphics2D 1.2 to histograms Created 4 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
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/tests/test_graphics_2d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/tests/test_graphics_2d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698