| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index 106c93fae5d436049d583a4aae50282c7165b75e..e2ace4cf7f65ee7f663eff31f34af139a682b07e 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"
|
|
|