| Index: ppapi/tests/test_scrollbar.cc
|
| diff --git a/ppapi/tests/test_scrollbar.cc b/ppapi/tests/test_scrollbar.cc
|
| index 3b38dd83a9aef0d24af4c98276797e436e0e50cc..61345d0da70b0fc076dfbb77cfcbdc11682dbdc4 100644
|
| --- a/ppapi/tests/test_scrollbar.cc
|
| +++ b/ppapi/tests/test_scrollbar.cc
|
| @@ -26,7 +26,7 @@ bool TestScrollbar::Init() {
|
| return InitTestingInterface();
|
| }
|
|
|
| -void TestScrollbar::RunTest() {
|
| +void TestScrollbar::RunTests(const std::string& filter) {
|
| instance_->LogTest("HandleEvent", TestHandleEvent());
|
| }
|
|
|
|
|