Title: [206872] trunk/Source/WebCore
- Revision
- 206872
- Author
- [email protected]
- Date
- 2016-10-06 11:37:42 -0700 (Thu, 06 Oct 2016)
Log Message
Unreviewed build fix.
* platform/graphics/Image.cpp: Add missing include
for 'NotImplemented' when building under Direct2D.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (206871 => 206872)
--- trunk/Source/WebCore/ChangeLog 2016-10-06 18:01:32 UTC (rev 206871)
+++ trunk/Source/WebCore/ChangeLog 2016-10-06 18:37:42 UTC (rev 206872)
@@ -1,5 +1,12 @@
2016-10-06 Brent Fulgham <[email protected]>
+ Unreviewed build fix.
+
+ * platform/graphics/Image.cpp: Add missing include
+ for 'NotImplemented' when building under Direct2D.
+
+2016-10-06 Brent Fulgham <[email protected]>
+
[Win][Direct2D] Add Direct2D CMake rules
https://bugs.webkit.org/show_bug.cgi?id=162925
Modified: trunk/Source/WebCore/platform/graphics/Image.cpp (206871 => 206872)
--- trunk/Source/WebCore/platform/graphics/Image.cpp 2016-10-06 18:01:32 UTC (rev 206871)
+++ trunk/Source/WebCore/platform/graphics/Image.cpp 2016-10-06 18:37:42 UTC (rev 206872)
@@ -33,6 +33,7 @@
#include "ImageObserver.h"
#include "Length.h"
#include "MIMETypeRegistry.h"
+#include "NotImplemented.h"
#include "SharedBuffer.h"
#include "TextStream.h"
#include <math.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes