| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index f57327cb49e3d2069ecee19945971cf364253502..26a3f3ab5fb5aab6144c68e9b4244f1427797e57 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -897,6 +897,8 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| void setNeedsRepaint();
|
| void clearNeedsRepaintRecursively();
|
|
|
| + ClientRectList* nonFastScrollableRects() const;
|
| +
|
| // These previousXXX() functions are for subsequence caching. They save the
|
| // painting status of the layer during the previous painting with subsequence.
|
| // A painting without subsequence [1] doesn't change this status. [1] See
|
|
|