| Index: sky/engine/platform/graphics/FrameData.h
|
| diff --git a/sky/engine/platform/graphics/FrameData.h b/sky/engine/platform/graphics/FrameData.h
|
| index e6bb78091a38bb263e5aefda1a12ea41a9983e85..6544c9db0858af6f15b745e59b3d238605d9f7ec 100644
|
| --- a/sky/engine/platform/graphics/FrameData.h
|
| +++ b/sky/engine/platform/graphics/FrameData.h
|
| @@ -28,10 +28,10 @@
|
| #ifndef FrameData_h
|
| #define FrameData_h
|
|
|
| -#include "platform/graphics/ImageOrientation.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/VectorTraits.h"
|
| +#include "sky/engine/platform/graphics/ImageOrientation.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/VectorTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|