Title: [127953] trunk/Source/Platform
Revision
127953
Author
[email protected]
Date
2012-09-07 18:33:27 -0700 (Fri, 07 Sep 2012)

Log Message

[chromium] Remove unused WebScrollbarThemePainter::isNull
https://bugs.webkit.org/show_bug.cgi?id=96169

Reviewed by Adrienne Walker.

This doesn't appear to be used anywhere and triggers MSVS C4800 in any chromium file that #includes this header.

* chromium/public/WebScrollbarThemePainter.h:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (127952 => 127953)


--- trunk/Source/Platform/ChangeLog	2012-09-08 01:32:53 UTC (rev 127952)
+++ trunk/Source/Platform/ChangeLog	2012-09-08 01:33:27 UTC (rev 127953)
@@ -1,5 +1,16 @@
 2012-09-07  James Robinson  <[email protected]>
 
+        [chromium] Remove unused WebScrollbarThemePainter::isNull
+        https://bugs.webkit.org/show_bug.cgi?id=96169
+
+        Reviewed by Adrienne Walker.
+
+        This doesn't appear to be used anywhere and triggers MSVS C4800 in any chromium file that #includes this header.
+
+        * chromium/public/WebScrollbarThemePainter.h:
+
+2012-09-07  James Robinson  <[email protected]>
+
         [chromium] Implement WebCompositorInputHandlerImpl on top of exposed API instead of CC internals
         https://bugs.webkit.org/show_bug.cgi?id=96151
 

Modified: trunk/Source/Platform/chromium/public/WebScrollbarThemePainter.h (127952 => 127953)


--- trunk/Source/Platform/chromium/public/WebScrollbarThemePainter.h	2012-09-08 01:32:53 UTC (rev 127952)
+++ trunk/Source/Platform/chromium/public/WebScrollbarThemePainter.h	2012-09-08 01:33:27 UTC (rev 127953)
@@ -49,7 +49,6 @@
         return *this;
     }
 
-    bool isNull() const { return m_theme; }
     WEBKIT_EXPORT void assign(const WebScrollbarThemePainter&);
 
     WEBKIT_EXPORT void paintScrollbarBackground(WebCanvas*, const WebRect&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to