| Index: third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.cpp b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.cpp
|
| index 9ca9da31a0535c172a2cdef811196523b5df08f3..38d423b998911a6e9bd62244f8f0fe630e193b20 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.cpp
|
| @@ -3,8 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| #include "platform/graphics/paint/EffectPaintPropertyNode.h"
|
| -
|
| -#include "platform/graphics/paint/PropertyTreeState.h"
|
|
|
| namespace blink {
|
|
|
| @@ -36,13 +34,4 @@
|
| m_compositorElementId.primaryId, m_compositorElementId.secondaryId);
|
| }
|
|
|
| -#if DCHECK_IS_ON()
|
| -
|
| -String EffectPaintPropertyNode::toTreeString() const {
|
| - return blink::PropertyTreeStatePrinter<blink::EffectPaintPropertyNode>()
|
| - .pathAsString(this);
|
| -}
|
| -
|
| -#endif
|
| -
|
| } // namespace blink
|
|
|