| Index: sky/engine/core/rendering/PaintInfo.h
|
| diff --git a/sky/engine/core/rendering/PaintInfo.h b/sky/engine/core/rendering/PaintInfo.h
|
| index 6578cf8155f5edde4f5f9855772eb0c7103324f2..253362bfa7b7011f63f571d6359a33137c8ddc10 100644
|
| --- a/sky/engine/core/rendering/PaintInfo.h
|
| +++ b/sky/engine/core/rendering/PaintInfo.h
|
| @@ -27,13 +27,13 @@
|
| #define PaintInfo_h
|
|
|
| #include <limits>
|
| -#include "core/rendering/PaintPhase.h"
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "platform/geometry/LayoutRect.h"
|
| -#include "platform/graphics/GraphicsContext.h"
|
| -#include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| +#include "sky/engine/core/rendering/PaintPhase.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/platform/geometry/LayoutRect.h"
|
| +#include "sky/engine/platform/graphics/GraphicsContext.h"
|
| +#include "sky/engine/platform/transforms/AffineTransform.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/ListHashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|