Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index 7b5060e22457502550f5d8cdbbf742f15351afea..c1df5ff0c9f8cbb8f85c31732bdbe3f3cc123b34 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -137,6 +137,8 @@ public: |
BLINK_EXPORT static void setCSSViewportEnabled(bool); |
+ BLINK_EXPORT static void enableV8IdleTasks(bool); |
+ |
private: |
WebRuntimeFeatures(); |
}; |