| 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 805f9d915efe14dd1211eca73f6ca6c1b3d49083..0111b28f28d8bc6f7ca018c955d288c44a6ba211 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -528,7 +528,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| };
|
| void setGroupedMapping(CompositedLayerMapping*, SetGroupMappingOptions);
|
|
|
| - bool hasCompositedMask() const;
|
| + bool maskBlendingAppliedByCompositor() const;
|
| bool hasCompositedClippingMask() const;
|
| bool needsCompositedScrolling() const {
|
| return m_scrollableArea && m_scrollableArea->needsCompositedScrolling();
|
|
|