Title: [188595] trunk/Source/WebCore
Revision
188595
Author
fpi...@apple.com
Date
2015-08-18 12:52:53 -0700 (Tue, 18 Aug 2015)

Log Message

Unreviewed, fix the cairo build.

* platform/graphics/win/MediaPlayerPrivateMediaFoundation.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188594 => 188595)


--- trunk/Source/WebCore/ChangeLog	2015-08-18 19:31:28 UTC (rev 188594)
+++ trunk/Source/WebCore/ChangeLog	2015-08-18 19:52:53 UTC (rev 188595)
@@ -1,3 +1,9 @@
+2015-08-18  Filip Pizlo  <fpi...@apple.com>
+
+        Unreviewed, fix the cairo build.
+
+        * platform/graphics/win/MediaPlayerPrivateMediaFoundation.h:
+
 2015-08-17  Filip Pizlo  <fpi...@apple.com>
 
         Replace all remaining uses of WTF::Mutex with WTF::Lock

Modified: trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.h (188594 => 188595)


--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.h	2015-08-18 19:31:28 UTC (rev 188594)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.h	2015-08-18 19:52:53 UTC (rev 188595)
@@ -31,6 +31,7 @@
 #include <Mfidl.h>
 #include <evr.h>
 
+#include <wtf/Lock.h>
 #include <wtf/ThreadingPrimitives.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to