| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 0b6b6f7a884854c38aaa606881e21bb5dd392f54..3802a6bbd1bba15e652524cb529aab974b59ab3c 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -32,12 +32,12 @@
|
| #include "core/layout/HitTestCanvasResult.h"
|
| #include "core/offscreencanvas/OffscreenCanvas.h"
|
| #include "platform/graphics/ColorBehavior.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| #include "public/platform/WebThread.h"
|
| #include "third_party/skia/include/core/SkColorSpace.h"
|
| #include "third_party/skia/include/core/SkImageInfo.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|