Chromium Code Reviews| Index: ppapi/cpp/dev/scrollbar_dev.h |
| =================================================================== |
| --- ppapi/cpp/dev/scrollbar_dev.h (revision 96213) |
| +++ ppapi/cpp/dev/scrollbar_dev.h (working copy) |
| @@ -26,6 +26,7 @@ |
| // PPB_Scrollbar methods: |
| uint32_t GetThickness(); |
| + bool IsOverlay(); |
| uint32_t GetValue(); |
| void SetValue(uint32_t value); |
| void SetDocumentSize(uint32_t size); |