Title: [119635] trunk/Source/WebKit/chromium
Revision
119635
Author
[email protected]
Date
2012-06-06 16:21:49 -0700 (Wed, 06 Jun 2012)

Log Message

[chromium] Unreviewed build fix, add an apparently used include of OwnArrayPtr.h back to GraphicsContext3DPrivate.h
https://bugs.webkit.org/show_bug.cgi?id=88468

* src/GraphicsContext3DPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (119634 => 119635)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-06-06 23:21:23 UTC (rev 119634)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-06-06 23:21:49 UTC (rev 119635)
@@ -1,5 +1,12 @@
 2012-06-06  James Robinson  <[email protected]>
 
+        [chromium] Unreviewed build fix, add an apparently used include of OwnArrayPtr.h back to GraphicsContext3DPrivate.h
+        https://bugs.webkit.org/show_bug.cgi?id=88468
+
+        * src/GraphicsContext3DPrivate.h:
+
+2012-06-06  James Robinson  <[email protected]>
+
         [chromium] Clean up GraphicsContext3D implementation
         https://bugs.webkit.org/show_bug.cgi?id=88460
 

Modified: trunk/Source/WebKit/chromium/src/GraphicsContext3DPrivate.h (119634 => 119635)


--- trunk/Source/WebKit/chromium/src/GraphicsContext3DPrivate.h	2012-06-06 23:21:23 UTC (rev 119634)
+++ trunk/Source/WebKit/chromium/src/GraphicsContext3DPrivate.h	2012-06-06 23:21:49 UTC (rev 119635)
@@ -30,6 +30,7 @@
 #include "GraphicsContext3D.h"
 #include "SkBitmap.h"
 #include <wtf/HashSet.h>
+#include <wtf/OwnArrayPtr.h>
 #include <wtf/OwnPtr.h>
 
 class GrContext;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to