Index: third_party/WebKit/Source/core/testing/InternalSettings.h |
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h |
index 23b52a0142a7e64a8786c68654eb7ad7c356861b..25c28a4ec2fab03ee9b27143b345157a398e934f 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalSettings.h |
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.h |
@@ -80,6 +80,7 @@ public: |
bool m_originalImageColorProfilesEnabled; |
ImageAnimationPolicy m_originalImageAnimationPolicy; |
bool m_originalScrollTopLeftInteropEnabled; |
+ bool m_originalCompositorWorkerEnabled; |
}; |
static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page) |
@@ -116,6 +117,7 @@ public: |
void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&); |
void setViewportEnabled(bool, ExceptionState&); |
void setViewportMetaEnabled(bool, ExceptionState&); |
+ void setCompositorWorkerEnabled(bool, ExceptionState&); |
// FIXME: The following are RuntimeEnabledFeatures and likely |
// cannot be changed after process start. These setters should |