Title: [151239] trunk/Source/WebCore
Revision
151239
Author
[email protected]
Date
2013-06-05 14:33:28 -0700 (Wed, 05 Jun 2013)

Log Message

[WinCE,WinCairo] RenderThemeWin.cpp needs to include FrameSelection.h.
https://bugs.webkit.org/show_bug.cgi?id=116583

Patch by Mark Salisbury <[email protected]> on 2013-06-05
Reviewed by Brent Fulgham.

* rendering/RenderThemeWin.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (151238 => 151239)


--- trunk/Source/WebCore/ChangeLog	2013-06-05 21:30:37 UTC (rev 151238)
+++ trunk/Source/WebCore/ChangeLog	2013-06-05 21:33:28 UTC (rev 151239)
@@ -1,3 +1,12 @@
+2013-06-05  Mark Salisbury  <[email protected]>
+
+        [WinCE,WinCairo] RenderThemeWin.cpp needs to include FrameSelection.h.
+        https://bugs.webkit.org/show_bug.cgi?id=116583
+
+        Reviewed by Brent Fulgham.
+
+        * rendering/RenderThemeWin.cpp:
+
 2013-06-05  Peter Gal  <[email protected]>
 
         [curl] Restrict allowed protocols

Modified: trunk/Source/WebCore/rendering/RenderThemeWin.cpp (151238 => 151239)


--- trunk/Source/WebCore/rendering/RenderThemeWin.cpp	2013-06-05 21:30:37 UTC (rev 151238)
+++ trunk/Source/WebCore/rendering/RenderThemeWin.cpp	2013-06-05 21:33:28 UTC (rev 151239)
@@ -26,6 +26,7 @@
 #include "Element.h"
 #include "FontMetrics.h"
 #include "Frame.h"
+#include "FrameSelection.h"
 #include "GraphicsContext.h"
 #include "LocalWindowsContext.h"
 #include "PaintInfo.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to