Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h |
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h |
| index cab87e062e2f079ec83feb0d491f36dee0c8b42b..ac90b13d8c037cc23845769392472538224dd931 100644 |
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h |
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h |
| @@ -30,6 +30,7 @@ |
| #include "core/CoreExport.h" |
| #include "platform/geometry/FloatSize.h" |
| #include "platform/graphics/GraphicsTypes.h" |
| +#include "platform/weborigin/KURL.h" |
|
Justin Novosad
2017/03/06 21:37:32
Why do we need this all of a sudden?
fserb
2017/03/07 20:44:02
it wasn't failing before, because every time you i
|
| #include "wtf/PassRefPtr.h" |
| namespace blink { |