| 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 24a1073358a92c417e1f252801b9a7ebd1c0440c..35c308a62d8f972f9b9e6f810ce135d48c83ee01 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| @@ -8,9 +8,9 @@
|
| #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"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|