| Index: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| index f0f9f98fa10fc14acfe544f7497a45b78e72d3a2..67ce9d1deea5a34b749782ac03fcc1d50c55a39f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| @@ -103,6 +103,8 @@ private:
|
| void computeScrollbarWidth();
|
| void computeScrollbarHeight();
|
|
|
| + void setNeedsPaintInvalidation();
|
| +
|
| GC_PLUGIN_IGNORE("http://crbug.com/509911")
|
| LayoutScrollbar* m_scrollbar;
|
| ScrollbarPart m_part;
|
|
|