Title: [134833] trunk/Source/Platform
Revision
134833
Author
[email protected]
Date
2012-11-15 14:07:37 -0800 (Thu, 15 Nov 2012)

Log Message

[chromium] Remove unused debug border setters from the WebLayer API
https://bugs.webkit.org/show_bug.cgi?id=102274

Reviewed by James Robinson.

* chromium/public/WebLayer.h:
(WebLayer):

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (134832 => 134833)


--- trunk/Source/Platform/ChangeLog	2012-11-15 22:07:00 UTC (rev 134832)
+++ trunk/Source/Platform/ChangeLog	2012-11-15 22:07:37 UTC (rev 134833)
@@ -1,3 +1,13 @@
+2012-11-15  Dana Jansens  <[email protected]>
+
+        [chromium] Remove unused debug border setters from the WebLayer API
+        https://bugs.webkit.org/show_bug.cgi?id=102274
+
+        Reviewed by James Robinson.
+
+        * chromium/public/WebLayer.h:
+        (WebLayer):
+
 2012-11-15  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r134800 and r134805.

Modified: trunk/Source/Platform/chromium/public/WebLayer.h (134832 => 134833)


--- trunk/Source/Platform/chromium/public/WebLayer.h	2012-11-15 22:07:00 UTC (rev 134832)
+++ trunk/Source/Platform/chromium/public/WebLayer.h	2012-11-15 22:07:37 UTC (rev 134833)
@@ -139,8 +139,6 @@
     // (opacity, transforms), it may conflict and hide the background filters.
     virtual void setBackgroundFilters(const WebFilterOperations&) = 0;
 
-    virtual void setDebugBorderColor(const WebColor&) = 0;
-    virtual void setDebugBorderWidth(float) = 0;
     virtual void setDebugName(WebString) = 0;
 
     // An animation delegate is notified when animations are started and
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to