Chromium Code Reviews

Unified Diff: ppapi/tests/test_image_data.h

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for line-wrap. Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ppapi/tests/test_graphics_2d.h ('k') | ppapi/tests/test_input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_image_data.h
diff --git a/ppapi/tests/test_image_data.h b/ppapi/tests/test_image_data.h
index e6fb969c6e658185b424abee8bd1b3b6f3c017b7..5b36532ee6d60e42042f9534fcd6e2bb035aee3b 100644
--- a/ppapi/tests/test_image_data.h
+++ b/ppapi/tests/test_image_data.h
@@ -5,10 +5,9 @@
#ifndef PPAPI_TESTS_TEST_IMAGE_DATA_H_
#define PPAPI_TESTS_TEST_IMAGE_DATA_H_
+#include "ppapi/c/ppb_image_data.h"
#include "ppapi/tests/test_case.h"
-struct PPB_ImageData;
-
class TestImageData : public TestCase {
public:
TestImageData(TestingInstance* instance) : TestCase(instance) {}
« no previous file with comments | « ppapi/tests/test_graphics_2d.h ('k') | ppapi/tests/test_input_event.h » ('j') | no next file with comments »

Powered by Google App Engine