Title: [126830] trunk/Source/WebCore
Revision
126830
Author
[email protected]
Date
2012-08-27 18:02:11 -0700 (Mon, 27 Aug 2012)

Log Message

[chromium] Add some #includes that were implicitly picked up to CCScrollbarGeometry*
https://bugs.webkit.org/show_bug.cgi?id=95158

Reviewed by Adrienne Walker.

These includes are picked up implicitly, better to #include them explicitly to be more robust to refactors.

* platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.cpp:
* platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h:
* platform/graphics/chromium/cc/CCScrollbarGeometryStub.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126829 => 126830)


--- trunk/Source/WebCore/ChangeLog	2012-08-28 00:50:56 UTC (rev 126829)
+++ trunk/Source/WebCore/ChangeLog	2012-08-28 01:02:11 UTC (rev 126830)
@@ -1,3 +1,16 @@
+2012-08-27  James Robinson  <[email protected]>
+
+        [chromium] Add some #includes that were implicitly picked up to CCScrollbarGeometry*
+        https://bugs.webkit.org/show_bug.cgi?id=95158
+
+        Reviewed by Adrienne Walker.
+
+        These includes are picked up implicitly, better to #include them explicitly to be more robust to refactors.
+
+        * platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.cpp:
+        * platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h:
+        * platform/graphics/chromium/cc/CCScrollbarGeometryStub.h:
+
 2012-08-27  Adam Barth  <[email protected]>
 
         [V8] V8DOMWindowShell::installDOMWindow is subtle and should explain itself more

Modified: trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.cpp (126829 => 126830)


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.cpp	2012-08-28 00:50:56 UTC (rev 126829)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.cpp	2012-08-28 01:02:11 UTC (rev 126830)
@@ -27,6 +27,7 @@
 
 #include "CCScrollbarGeometryFixedThumb.h"
 
+#include <cmath>
 #include <public/WebRect.h>
 #include <public/WebScrollbar.h>
 

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


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h	2012-08-28 00:50:56 UTC (rev 126829)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h	2012-08-28 01:02:11 UTC (rev 126830)
@@ -27,6 +27,7 @@
 #define CCScrollbarGeometryFixedThumb_h
 
 #include "CCScrollbarGeometryStub.h"
+#include "IntSize.h"
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryStub.h (126829 => 126830)


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryStub.h	2012-08-28 00:50:56 UTC (rev 126829)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryStub.h	2012-08-28 01:02:11 UTC (rev 126830)
@@ -27,6 +27,7 @@
 #define CCScrollbarGeometryStub_h
 
 #include <public/WebScrollbarThemeGeometry.h>
+#include <wtf/OwnPtr.h>
 #include <wtf/PassOwnPtr.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to