| Index: Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h
|
| index d8abb8e0d2351c33e90bb24a5ef69bbd667023ee..f014a7f1b0b7f2ba13f3e9f9eff98d606cfe1e07 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -28,10 +28,9 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| -#include "core/platform/graphics/GraphicsLayer.h"
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| namespace WebKit { class WebLayer; }
|
|
|
|
|