Index: third_party/WebKit/Source/web/WebKit.cpp |
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp |
index 33b1f4ccc0f09de418e88ee9aa366566b29b4d93..86b3d944ced4db61476e00d9f8bda0c7ec334a1b 100644 |
--- a/third_party/WebKit/Source/web/WebKit.cpp |
+++ b/third_party/WebKit/Source/web/WebKit.cpp |
@@ -35,6 +35,7 @@ |
#include "bindings/core/v8/V8GCController.h" |
#include "bindings/core/v8/V8Initializer.h" |
#include "core/animation/AnimationClock.h" |
+#include "core/layout/LayoutTheme.h" |
#include "core/page/Page.h" |
#include "core/workers/WorkerBackingThread.h" |
#include "gin/public/v8_platform.h" |
@@ -124,6 +125,7 @@ bool layoutTestMode() { |
void setMockThemeEnabledForTest(bool value) { |
LayoutTestSupport::setMockThemeEnabledForTest(value); |
+ LayoutTheme::theme().didChangeThemeEngine(); |
} |
void setFontAntialiasingEnabledForTest(bool value) { |