| Index: ppapi/tests/test_flash_fullscreen.h
|
| diff --git a/ppapi/tests/test_flash_fullscreen.h b/ppapi/tests/test_flash_fullscreen.h
|
| index 539a84ff7b4d263952cac97d3d33ce6779a80662..b5d6daf82ca10bc82243b0a4132e7a53c8460c30 100644
|
| --- a/ppapi/tests/test_flash_fullscreen.h
|
| +++ b/ppapi/tests/test_flash_fullscreen.h
|
| @@ -22,7 +22,7 @@ class TestFlashFullscreen : public TestCase {
|
|
|
| // TestCase implementation.
|
| virtual bool Init();
|
| - virtual void RunTest();
|
| + virtual void RunTests(const std::string& filter);
|
| virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip);
|
|
|
| private:
|
|
|