Index: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h |
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h |
index f2e7a239d26e471a4dd6f70d19988adc41ac248b..296e459c31633ece6b32620f4de02ef76454f34c 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h |
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h |
@@ -86,6 +86,7 @@ public: |
LayoutRect visualRect() const override { return LayoutRect(); } |
private: |
+ DISPLAY_ITEM_CACHE_STATUS_UNCACHEABLE_IMPLEMENTATION |
chrishtr
2016/04/28 20:22:15
Ditto.
|
WebScrollbar& m_scrollbar; |
}; |