Title: [161730] trunk/Source/WebCore
Revision
161730
Author
[email protected]
Date
2014-01-10 20:44:31 -0800 (Fri, 10 Jan 2014)

Log Message

Fix GraphicsLayerCA.o for iOS. Unreviewed build fix.

Use of systemMemoryLevel was missing include of SystemMemory.h.

* platform/graphics/ca/GraphicsLayerCA.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161729 => 161730)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 04:41:33 UTC (rev 161729)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 04:44:31 UTC (rev 161730)
@@ -1,3 +1,11 @@
+2014-01-10  Joseph Pecoraro  <[email protected]>
+
+        Fix GraphicsLayerCA.o for iOS. Unreviewed build fix.
+
+        Use of systemMemoryLevel was missing include of SystemMemory.h.
+
+        * platform/graphics/ca/GraphicsLayerCA.cpp:
+
 2014-01-10  Simon Fraser  <[email protected]>
 
         Fix iOS build.

Modified: trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp (161729 => 161730)


--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp	2014-01-11 04:41:33 UTC (rev 161729)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp	2014-01-11 04:44:31 UTC (rev 161730)
@@ -20,7 +20,7 @@
  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #include "config.h"
@@ -48,6 +48,7 @@
 #include <wtf/text/WTFString.h>
 
 #if PLATFORM(IOS)
+#include "SystemMemory.h"
 #include "WebCoreThread.h"
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to