| Index: sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext.h b/sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| index e3b412a69cddce4e9a8bc5bd0bdd060e3a214da6..c9e7d4d5abc4ce464f88f3a920f45ce52a6b8636 100644
|
| --- a/sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef CanvasRenderingContext_h
|
| #define CanvasRenderingContext_h
|
|
|
| -#include "core/html/HTMLCanvasElement.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "sky/engine/core/html/HTMLCanvasElement.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| namespace blink { class WebLayer; }
|
|
|
|
|