Index: third_party/WebKit/public/web/WebRuntimeFeatures.h |
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
index 46aa7163b57442618a04f53abe7ea59ccf0dae92..57a01becc6df3218a340714850955d8a69650ea9 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -78,6 +78,7 @@ class WebRuntimeFeatures { |
BLINK_EXPORT static void enableDecodeToYUV(bool); |
BLINK_EXPORT static void enableDocumentWriteEvaluator(bool); |
BLINK_EXPORT static void enableExperimentalCanvasFeatures(bool); |
+ BLINK_EXPORT static void enableFasterLocationReload(bool); |
BLINK_EXPORT static void enableFastMobileScrolling(bool); |
BLINK_EXPORT static void enableFeaturePolicy(bool); |
BLINK_EXPORT static void enableFileSystem(bool); |