| Index: webkit/glue/plugins/pepper_scrollbar.cc
|
| diff --git a/webkit/glue/plugins/pepper_scrollbar.cc b/webkit/glue/plugins/pepper_scrollbar.cc
|
| index 2b962599fc8aa008d5e24d7baf3087f4be42201e..9b51c712e01889d8e119d93fcdd37ac10a5a0efb 100644
|
| --- a/webkit/glue/plugins/pepper_scrollbar.cc
|
| +++ b/webkit/glue/plugins/pepper_scrollbar.cc
|
| @@ -110,6 +110,10 @@ const PPB_Scrollbar_Dev* Scrollbar::GetInterface() {
|
| return &ppb_scrollbar;
|
| }
|
|
|
| +Scrollbar* Scrollbar::AsScrollbar() {
|
| + return this;
|
| +}
|
| +
|
| uint32_t Scrollbar::GetValue() {
|
| return scrollbar_->value();
|
| }
|
|
|