| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index ee53d12b804c6e6235b398e6f1e11b05df77c40d..fd7f93f30278fd19d38fb821af9dc56f14507c48 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -2769,6 +2769,9 @@ bool PaintLayer::PaintsWithTransform(
|
| }
|
|
|
| bool PaintLayer::SupportsSubsequenceCaching() const {
|
| + if (EnclosingPaginationLayer())
|
| + return false;
|
| +
|
| // SVG paints atomically.
|
| if (GetLayoutObject().IsSVGRoot())
|
| return true;
|
|
|