Title: [91147] trunk/Source/WebCore
Revision
91147
Author
[email protected]
Date
2011-07-15 22:55:05 -0700 (Fri, 15 Jul 2011)

Log Message

2011-07-15  Simon Fraser  <[email protected]>

        Fix the build.

        * platform/mac/ScrollbarThemeMac.mm:
        (WebCore::ScrollbarThemeMac::updateEnabledState):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (91146 => 91147)


--- trunk/Source/WebCore/ChangeLog	2011-07-16 05:15:36 UTC (rev 91146)
+++ trunk/Source/WebCore/ChangeLog	2011-07-16 05:55:05 UTC (rev 91147)
@@ -1,5 +1,12 @@
 2011-07-15  Simon Fraser  <[email protected]>
 
+        Fix the build.
+
+        * platform/mac/ScrollbarThemeMac.mm:
+        (WebCore::ScrollbarThemeMac::updateEnabledState):
+
+2011-07-15  Simon Fraser  <[email protected]>
+
         Another Windows build fix; make this method non-pure virtual.
 
         * platform/graphics/GraphicsLayerClient.h:

Modified: trunk/Source/WebCore/platform/mac/ScrollbarThemeMac.mm (91146 => 91147)


--- trunk/Source/WebCore/platform/mac/ScrollbarThemeMac.mm	2011-07-16 05:15:36 UTC (rev 91146)
+++ trunk/Source/WebCore/platform/mac/ScrollbarThemeMac.mm	2011-07-16 05:55:05 UTC (rev 91147)
@@ -450,6 +450,8 @@
 {
 #if USE(WK_SCROLLBAR_PAINTER)
     wkScrollbarPainterSetEnabled(scrollbarMap()->get(scrollbar).get(), scrollbar->enabled());
+#else
+    UNUSED_PARAM(scrollbar);
 #endif
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to