| 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 1ccc905bee7a665be7dc5e495c3ab7f25d6ab480..8209abdf4ec54fbc38d07d272f41b0316b01b477 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -522,7 +522,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();
|
|
|