Index: Source/core/testing/InternalSettings.h |
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h |
index 186385df9900e3dbf40d6c6828036dc07e291b40..41fe2382c51bf217701f98bba943d9703f081245 100644 |
--- a/Source/core/testing/InternalSettings.h |
+++ b/Source/core/testing/InternalSettings.h |
@@ -97,6 +97,7 @@ public: |
void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&); |
void setTouchEventEmulationEnabled(bool, ExceptionState&); |
void setUsesOverlayScrollbars(bool, ExceptionState&); |
+ void setViewportEnabled(bool, ExceptionState&); |
// FIXME: This is a temporary flag and should be removed once accelerated |
// overflow scroll is ready (crbug.com/254111). |