| Index: ppapi/tests/test_graphics_3d.cc
|
| diff --git a/ppapi/tests/test_graphics_3d.cc b/ppapi/tests/test_graphics_3d.cc
|
| index ea6aa058f478b0271ed1d6a66021a6cb8268841d..4bdd09dbab17b60cd07a338a3eddb2898cf8e395 100644
|
| --- a/ppapi/tests/test_graphics_3d.cc
|
| +++ b/ppapi/tests/test_graphics_3d.cc
|
| @@ -21,8 +21,8 @@ bool TestGraphics3D::Init() {
|
| return opengl_es2_ && InitTestingInterface();
|
| }
|
|
|
| -void TestGraphics3D::RunTest() {
|
| - RUN_TEST(Frame);
|
| +void TestGraphics3D::RunTests(const std::string& filter) {
|
| + RUN_TEST(Frame, filter);
|
| }
|
|
|
| std::string TestGraphics3D::TestFrame() {
|
|
|