| Index: third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| index 9a6a82a85d32fecb86cc2964bd12a17f92cfb184..5634ca721abae0b65ef23412decd9caa634d5764 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| @@ -82,6 +82,10 @@ class PLATFORM_EXPORT TransformPaintPropertyNode
|
| return m_directCompositingReasons != CompositingReasonNone;
|
| }
|
|
|
| + CompositingReasons compositingReasons() const {
|
| + return m_directCompositingReasons;
|
| + }
|
| +
|
| const CompositorElementId& compositorElementId() const {
|
| return m_compositorElementId;
|
| }
|
|
|