Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebRuntimeFeatures.h
index afe278c..15c2f2c 100644 (file)
@@ -70,7 +70,7 @@ public:
 
     BLINK_EXPORT static void enableMediaPlayer(bool);
 
-    BLINK_EXPORT static void enableWebKitMediaSource(bool);
+    BLINK_EXPORT static void enableSubpixelFontScaling(bool);
 
     BLINK_EXPORT static void enableMediaSource(bool);
 
@@ -94,8 +94,6 @@ public:
 
     BLINK_EXPORT static void enableSessionStorage(bool);
 
-    BLINK_EXPORT static void enableSpeechInput(bool);
-
     BLINK_EXPORT static void enableSpeechSynthesis(bool);
 
     BLINK_EXPORT static void enableTouch(bool);
@@ -127,6 +125,8 @@ public:
 
     BLINK_EXPORT static void enableTargetedStyleRecalc(bool);
 
+    BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
+
 private:
     WebRuntimeFeatures();
 };