Title: [147692] trunk/Source/WebCore
- Revision
- 147692
- Author
- [email protected]
- Date
- 2013-04-04 17:59:25 -0700 (Thu, 04 Apr 2013)
Log Message
Unreviewed EFL build fix.
Add missing include for FloatRect.h.
* platform/efl/PlatformScreenEfl.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147691 => 147692)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 00:54:47 UTC (rev 147691)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 00:59:25 UTC (rev 147692)
@@ -1,3 +1,11 @@
+2013-04-04 Christophe Dumez <[email protected]>
+
+ Unreviewed EFL build fix.
+
+ Add missing include for FloatRect.h.
+
+ * platform/efl/PlatformScreenEfl.cpp:
+
2013-04-04 Tim Horton <[email protected]>
Unreviewed build fix.
Modified: trunk/Source/WebCore/platform/efl/PlatformScreenEfl.cpp (147691 => 147692)
--- trunk/Source/WebCore/platform/efl/PlatformScreenEfl.cpp 2013-04-05 00:54:47 UTC (rev 147691)
+++ trunk/Source/WebCore/platform/efl/PlatformScreenEfl.cpp 2013-04-05 00:59:25 UTC (rev 147692)
@@ -35,6 +35,7 @@
#include "config.h"
#include "PlatformScreen.h"
+#include "FloatRect.h"
#include "NotImplemented.h"
#include "Widget.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes