diff options
Diffstat (limited to 'ppapi/tests/test_flash_fullscreen.h')
-rw-r--r-- | ppapi/tests/test_flash_fullscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_flash_fullscreen.h b/ppapi/tests/test_flash_fullscreen.h index 539a84f..b5d6daf 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: |