| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index dd4f26b00cb987f9b894c1118bf662bae8301e4b..bf0c2ddd0bc8a5c7cd80bb9e4eca00155cf403a3 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| @@ -42,6 +42,7 @@
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/css/resolver/StyleResolver.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/StyleEngine.h"
|
| #include "core/events/Event.h"
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/frame/ImageBitmap.h"
|
|
|