Title: [140663] trunk/Source/WebKit/chromium
Revision
140663
Author
[email protected]
Date
2013-01-24 00:55:44 -0800 (Thu, 24 Jan 2013)

Log Message

[CSSRegions] remove setExperimentalCSSRegionsEnabled deprecated API in Source/WebKit/chromium/public/WebSettings.h
https://bugs.webkit.org/show_bug.cgi?id=104564

Patch by Mihai Maerean <[email protected]> on 2013-01-24
Reviewed by Adam Barth.

Fixing bug 101192 has deprecated the use of setExperimentalCSSRegionsEnabled.
After http://code.google.com/p/chromium/issues/detail?id=164162 , setExperimentalCSSRegionsEnabled is no longer used anywhere.

* public/WebSettings.h:
removed setExperimentalCSSRegionsEnabled.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (140662 => 140663)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-01-24 08:46:15 UTC (rev 140662)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-01-24 08:55:44 UTC (rev 140663)
@@ -1,3 +1,16 @@
+2013-01-24  Mihai Maerean  <[email protected]>
+
+        [CSSRegions] remove setExperimentalCSSRegionsEnabled deprecated API in Source/WebKit/chromium/public/WebSettings.h
+        https://bugs.webkit.org/show_bug.cgi?id=104564
+
+        Reviewed by Adam Barth.
+
+        Fixing bug 101192 has deprecated the use of setExperimentalCSSRegionsEnabled.
+        After http://code.google.com/p/chromium/issues/detail?id=164162 , setExperimentalCSSRegionsEnabled is no longer used anywhere.
+
+        * public/WebSettings.h:
+        removed setExperimentalCSSRegionsEnabled.
+
 2013-01-23  Sheriff Bot  <[email protected]>
 
         Unreviewed.  Rolled Chromium DEPS to r178434.  Requested by

Modified: trunk/Source/WebKit/chromium/public/WebSettings.h (140662 => 140663)


--- trunk/Source/WebKit/chromium/public/WebSettings.h	2013-01-24 08:46:15 UTC (rev 140662)
+++ trunk/Source/WebKit/chromium/public/WebSettings.h	2013-01-24 08:55:44 UTC (rev 140663)
@@ -176,9 +176,6 @@
     // DEPRECATED (renamed. remove this after all call sites changed to the new name)
     void setApplyDefaultDeviceScaleFactorInCompositor(bool enabled) { setApplyDeviceScaleFactorInCompositor(enabled); }
 
-    // DEPRECATED
-    void setExperimentalCSSRegionsEnabled(bool) { }
-
 protected:
     ~WebSettings() { }
 };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to