Index: third_party/WebKit/Source/core/paint/PaintInfo.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintInfo.h b/third_party/WebKit/Source/core/paint/PaintInfo.h |
index 624dc74aa2c5160b542dde859d5be6ce877e2167..e97774dfb3df658d25568b209ccde0bdae77798a 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintInfo.h |
@@ -85,6 +85,9 @@ struct CORE_EXPORT PaintInfo { |
bool isRenderingClipPathAsMaskImage() const { |
return m_paintFlags & PaintLayerPaintingRenderingClipPathAsMask; |
} |
+ bool isRenderingResourceSubtree() const { |
+ return m_paintFlags & PaintLayerPaintingRenderingResourceSubtree; |
+ } |
bool skipRootBackground() const { |
return m_paintFlags & PaintLayerPaintingSkipRootBackground; |