Title: [122119] trunk/Source/WebCore
Revision
122119
Author
[email protected]
Date
2012-07-09 11:32:01 -0700 (Mon, 09 Jul 2012)

Log Message

Mac build fix after r122116.

* platform/graphics/opengl/GraphicsContext3DOpenGL.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (122118 => 122119)


--- trunk/Source/WebCore/ChangeLog	2012-07-09 18:25:51 UTC (rev 122118)
+++ trunk/Source/WebCore/ChangeLog	2012-07-09 18:32:01 UTC (rev 122119)
@@ -1,5 +1,11 @@
 2012-07-09  Ryosuke Niwa  <[email protected]>
 
+        Mac build fix after r122116.
+
+        * platform/graphics/opengl/GraphicsContext3DOpenGL.cpp:
+
+2012-07-09  Ryosuke Niwa  <[email protected]>
+
         EFL build fix after r122115.
 
         * html/HTMLPropertiesCollection.cpp:

Modified: trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp (122118 => 122119)


--- trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp	2012-07-09 18:25:51 UTC (rev 122118)
+++ trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp	2012-07-09 18:32:01 UTC (rev 122119)
@@ -37,6 +37,7 @@
 
 #include <algorithm>
 #include <cstring>
+#include <wtf/MainThread.h>
 #include <wtf/UnusedParam.h>
 #include <wtf/text/CString.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to