| Index: third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| index 84385e26d74fecbce3838cb0f4b95bec5775fd35..3927c71d0c38490ce92360c5959aef67b57cb065 100644
|
| --- a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| @@ -56,6 +56,10 @@ typedef ScopedRuntimeEnabledFeatureForTest<
|
| RuntimeEnabledFeatures::paintUnderInvalidationCheckingEnabled,
|
| RuntimeEnabledFeatures::setPaintUnderInvalidationCheckingEnabled>
|
| ScopedPaintUnderInvalidationCheckingForTest;
|
| +typedef ScopedRuntimeEnabledFeatureForTest<
|
| + RuntimeEnabledFeatures::accessibilityObjectModelEnabled,
|
| + RuntimeEnabledFeatures::setAccessibilityObjectModelEnabled>
|
| + ScopedAccessibilityObjectModelForTest;
|
|
|
| } // namespace blink
|
|
|
|
|