| Index: ppapi/cpp/dev/widget_client_dev.h
|
| ===================================================================
|
| --- ppapi/cpp/dev/widget_client_dev.h (revision 96213)
|
| +++ ppapi/cpp/dev/widget_client_dev.h (working copy)
|
| @@ -35,6 +35,13 @@
|
| virtual void ScrollbarValueChanged(Scrollbar_Dev scrollbar,
|
| uint32_t value) = 0;
|
|
|
| + /**
|
| + * Notification that the given scrollbar's overlay type has changed. This is
|
| + * the implementation for PPP_Scrollbar_Dev.
|
| + */
|
| + virtual void ScrollbarOverlayChanged(Scrollbar_Dev scrollbar,
|
| + bool type) = 0;
|
| +
|
| private:
|
| Instance* associated_instance_;
|
| };
|
|
|