Index: third_party/WebKit/Source/core/testing/Internals.cpp |
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp |
index 5948b8d2fea9c6c5fc59b1392b41232d82166173..624aaa7089913c0809d2db48a6e810cdee41db17 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.cpp |
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp |
@@ -2522,11 +2522,6 @@ void Internals::setCapsLockState(bool enabled) |
PlatformKeyboardEvent::OverrideCapsLockState::On : PlatformKeyboardEvent::OverrideCapsLockState::Off); |
} |
-void Internals::setSelectionPaintingWithoutSelectionGapsEnabled(bool enabled) |
-{ |
- RuntimeEnabledFeatures::setSelectionPaintingWithoutSelectionGapsEnabled(enabled); |
-} |
- |
bool Internals::setScrollbarVisibilityInScrollableArea(Node* node, bool visible) |
{ |
if (ScrollableArea* scrollableArea = scrollableAreaForNode(node)) |