Title: [156181] trunk/Source/WebCore
- Revision
- 156181
- Author
- par...@webkit.org
- Date
- 2013-09-20 10:44:47 -0700 (Fri, 20 Sep 2013)
Log Message
Fix the build after r156144
* html/canvas/CanvasRenderingContext2D.cpp: Added missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (156180 => 156181)
--- trunk/Source/WebCore/ChangeLog 2013-09-20 17:32:18 UTC (rev 156180)
+++ trunk/Source/WebCore/ChangeLog 2013-09-20 17:44:47 UTC (rev 156181)
@@ -1,3 +1,9 @@
+2013-09-20 Patrick Gansterer <par...@webkit.org>
+
+ Fix the build after r156144
+
+ * html/canvas/CanvasRenderingContext2D.cpp: Added missing include.
+
2013-09-20 Ryosuke Niwa <rn...@webkit.org>
renderStyleOfEnclosingTextNode should update style before using a renderer
Modified: trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp (156180 => 156181)
--- trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp 2013-09-20 17:32:18 UTC (rev 156180)
+++ trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp 2013-09-20 17:44:47 UTC (rev 156181)
@@ -51,6 +51,7 @@
#include "HTMLMediaElement.h"
#include "HTMLVideoElement.h"
#include "ImageData.h"
+#include "RenderElement.h"
#include "SecurityOrigin.h"
#include "StrokeStyleApplier.h"
#include "StylePropertySet.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes