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 25c28a4ec2fab03ee9b27143b345157a398e934f..715f11dc3e64697644a24752312b84d8c84c9f01 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalSettings.h |
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.h |
@@ -123,6 +123,7 @@ public: |
// cannot be changed after process start. These setters should |
// be removed or moved onto internals.runtimeFlags: |
void setAuthorShadowDOMForAnyElementEnabled(bool); |
+ void setCompositorWorkerEnabled(bool); |
void setCSSStickyPositionEnabled(bool); |
void setLangAttributeAwareFormControlUIEnabled(bool); |
void setOverlayScrollbarsEnabled(bool); |