| Index: ppapi/tests/test_fullscreen.h
|
| diff --git a/ppapi/tests/test_fullscreen.h b/ppapi/tests/test_fullscreen.h
|
| index 6f2f127d706654be024326543613b6d13fc27a45..b80607dbdc553f0022be5078f2a13c8e916a8077 100644
|
| --- a/ppapi/tests/test_fullscreen.h
|
| +++ b/ppapi/tests/test_fullscreen.h
|
| @@ -24,7 +24,7 @@ class TestFullscreen : public TestCase {
|
|
|
| // TestCase implementation.
|
| virtual bool Init();
|
| - virtual void RunTest();
|
| + virtual void RunTests(const std::string& filter);
|
| virtual bool HandleInputEvent(const pp::InputEvent& event);
|
| virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip);
|
|
|
|
|