Chromium Code Reviews| Index: ppapi/tests/test_scrollbar.cc |
| =================================================================== |
| --- ppapi/tests/test_scrollbar.cc (revision 96213) |
| +++ ppapi/tests/test_scrollbar.cc (working copy) |
| @@ -60,3 +60,7 @@ |
| if (scrollbar == scrollbar_) |
| scrollbar_value_changed_ = true; |
| } |
| + |
| +void TestScrollbar::ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar, |
| + bool type) { |
| +} |