| Index: third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.cpp b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.cpp
|
| index 0a718c46c57d4c9b666cbfe9bc246b3a99e812fe..ced22943129794f07d23738da46a483d660bf39b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "platform/graphics/paint/ClipPaintPropertyNode.h"
|
|
|
| #include "platform/geometry/LayoutRect.h"
|
| -#include "platform/graphics/paint/PropertyTreeState.h"
|
|
|
| namespace blink {
|
|
|
| @@ -25,13 +24,4 @@
|
| compositingReasonsAsString(m_directCompositingReasons).ascii().data());
|
| }
|
|
|
| -#if DCHECK_IS_ON()
|
| -
|
| -String ClipPaintPropertyNode::toTreeString() const {
|
| - return blink::PropertyTreeStatePrinter<blink::ClipPaintPropertyNode>()
|
| - .pathAsString(this);
|
| -}
|
| -
|
| -#endif
|
| -
|
| } // namespace blink
|
|
|