Index: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h |
index dfefef95ac34b406fe4455cb332102c23980cf28..2e98b8b61c89ccf1fdc0f634125aa0fee548e840 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h |
@@ -5,15 +5,14 @@ |
#ifndef PropertyTreeState_h |
#define PropertyTreeState_h |
+#include "platform/graphics/paint/ClipPaintPropertyNode.h" |
+#include "platform/graphics/paint/EffectPaintPropertyNode.h" |
+#include "platform/graphics/paint/TransformPaintPropertyNode.h" |
#include "wtf/HashFunctions.h" |
#include "wtf/HashTraits.h" |
namespace blink { |
-class TransformPaintPropertyNode; |
-class ClipPaintPropertyNode; |
-class EffectPaintPropertyNode; |
- |
// Represents the combination of transform, clip and effect nodes for a particular coordinate space. |
// See GeometryMapper. |
struct PropertyTreeState { |