summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_image_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_image_data.cc')
-rw-r--r--ppapi/tests/test_image_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_image_data.cc b/ppapi/tests/test_image_data.cc
index ed130cd..cd56a52 100644
--- a/ppapi/tests/test_image_data.cc
+++ b/ppapi/tests/test_image_data.cc
@@ -18,7 +18,7 @@ bool TestImageData::Init() {
return !!image_data_interface_;
}
-void TestImageData::RunTest() {
+void TestImageData::RunTests(const std::string& filter) {
instance_->LogTest("InvalidFormat", TestInvalidFormat());
instance_->LogTest("InvalidSize", TestInvalidSize());
instance_->LogTest("HugeSize", TestHugeSize());