Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebRuntimeFeatures.h
index 66430a3..b3159d3 100644 (file)
@@ -46,7 +46,12 @@ public:
 
     BLINK_EXPORT static void enableDatabase(bool);
 
-    BLINK_EXPORT static void enableDialogElement(bool);
+    BLINK_EXPORT static void enableCompositedSelectionUpdate(bool);
+    BLINK_EXPORT static bool isCompositedSelectionUpdateEnabled();
+
+    BLINK_EXPORT static void enableDecodeToYUV(bool);
+
+    BLINK_EXPORT static void enableDisplayList2dCanvas(bool);
 
     BLINK_EXPORT static void enableEncryptedMedia(bool);
     BLINK_EXPORT static bool isEncryptedMediaEnabled();
@@ -58,20 +63,20 @@ public:
 
     BLINK_EXPORT static void enableExperimentalCanvasFeatures(bool);
 
-    BLINK_EXPORT static void enableFastTextAutosizing(bool);
+    BLINK_EXPORT static void enableFastMobileScrolling(bool);
 
     BLINK_EXPORT static void enableFileSystem(bool);
 
     BLINK_EXPORT static void enableGamepad(bool);
 
-    BLINK_EXPORT static void enableLazyLayout(bool);
-
     BLINK_EXPORT static void enableLocalStorage(bool);
 
     BLINK_EXPORT static void enableMediaPlayer(bool);
 
     BLINK_EXPORT static void enableSubpixelFontScaling(bool);
 
+    BLINK_EXPORT static void enableMediaCapture(bool);
+
     BLINK_EXPORT static void enableMediaSource(bool);
 
     BLINK_EXPORT static void enableMediaStream(bool);
@@ -80,6 +85,10 @@ public:
 
     BLINK_EXPORT static void enableNavigatorContentUtils(bool);
 
+    BLINK_EXPORT static void enableNavigationTransitions(bool);
+
+    BLINK_EXPORT static void enableNetworkInformation(bool);
+
     BLINK_EXPORT static void enableOrientationEvent(bool);
 
     BLINK_EXPORT static void enablePagePopup(bool);
@@ -88,28 +97,25 @@ public:
 
     BLINK_EXPORT static void enableRequestAutocomplete(bool);
 
+    BLINK_EXPORT static void enableScreenOrientation(bool);
+
     BLINK_EXPORT static void enableScriptedSpeech(bool);
 
     BLINK_EXPORT static void enableServiceWorker(bool);
 
     BLINK_EXPORT static void enableSessionStorage(bool);
 
-    BLINK_EXPORT static void enableSpeechSynthesis(bool);
-
     BLINK_EXPORT static void enableTouch(bool);
 
     BLINK_EXPORT static void enableTouchIconLoading(bool);
 
-    BLINK_EXPORT static void enableWebAnimationsCSS(bool);
-    BLINK_EXPORT static void enableWebAnimationsSVG(bool);
-
     BLINK_EXPORT static void enableWebAudio(bool);
 
     BLINK_EXPORT static void enableWebGLDraftExtensions(bool);
 
-    BLINK_EXPORT static void enableWebMIDI(bool);
+    BLINK_EXPORT static void enableWebGLImageChromium(bool);
 
-    BLINK_EXPORT static void enableHTMLImports(bool);
+    BLINK_EXPORT static void enableWebMIDI(bool);
 
     BLINK_EXPORT static void enableXSLT(bool);
 
@@ -119,15 +125,13 @@ public:
 
     BLINK_EXPORT static void enableSharedWorker(bool);
 
-    BLINK_EXPORT static void enableRepaintAfterLayout(bool);
+    BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
 
-    BLINK_EXPORT static void enableExperimentalWebSocket(bool);
+    BLINK_EXPORT static void enableLayerSquashing(bool);
 
-    BLINK_EXPORT static void enableTargetedStyleRecalc(bool);
+    BLINK_EXPORT static void enableShowModalDialog(bool);
 
-    BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
-    
-    BLINK_EXPORT static void enableScreenOrientation(bool);
+    BLINK_EXPORT static void enableLaxMixedContentChecking(bool);
 
 private:
     WebRuntimeFeatures();