Title: [126794] trunk/Source/WebCore
Revision
126794
Author
[email protected]
Date
2012-08-27 14:20:43 -0700 (Mon, 27 Aug 2012)

Log Message

[chromium] Unreviewed, remove OVERRIDE from non-virtual function.
https://bugs.webkit.org/show_bug.cgi?id=94859

Unreviewed build fix.

* platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h:
(CCScrollbarGeometryFixedThumb):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126793 => 126794)


--- trunk/Source/WebCore/ChangeLog	2012-08-27 21:11:10 UTC (rev 126793)
+++ trunk/Source/WebCore/ChangeLog	2012-08-27 21:20:43 UTC (rev 126794)
@@ -1,5 +1,15 @@
 2012-08-27  Adrienne Walker  <[email protected]>
 
+        [chromium] Unreviewed, remove OVERRIDE from non-virtual function.
+        https://bugs.webkit.org/show_bug.cgi?id=94859
+
+        Unreviewed build fix.
+
+        * platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h:
+        (CCScrollbarGeometryFixedThumb):
+
+2012-08-27  Adrienne Walker  <[email protected]>
+
         [chromium] Prevent scrollbar thumb size from changing during compositor zoom
         https://bugs.webkit.org/show_bug.cgi?id=94859
 

Modified: trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h (126793 => 126794)


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h	2012-08-27 21:11:10 UTC (rev 126793)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h	2012-08-27 21:20:43 UTC (rev 126794)
@@ -40,7 +40,7 @@
     virtual ~CCScrollbarGeometryFixedThumb();
 
     // Update thumb length from scrollbar
-    void update(WebKit::WebScrollbar*) OVERRIDE;
+    void update(WebKit::WebScrollbar*);
 
     // WebScrollbarThemeGeometry interface
     virtual WebKit::WebScrollbarThemeGeometry* clone() const OVERRIDE;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to