Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1421)

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2624693002: Add HeapCompaction FeatureList flag (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 57a01becc6df3218a340714850955d8a69650ea9..508cf2e710e30140f9e9ea19964e9e38c52f863a 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -84,6 +84,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void enableFileSystem(bool);
BLINK_EXPORT static void enableGamepadExtensions(bool);
BLINK_EXPORT static void enableGenericSensor(bool);
+ BLINK_EXPORT static void enableHeapCompaction(bool);
BLINK_EXPORT static void enableInputMultipleFieldsUI(bool);
BLINK_EXPORT static void enableLazyParseCSS(bool);
BLINK_EXPORT static void enableMediaCapture(bool);
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698