Title: [90498] trunk/Source/WebCore
Revision
90498
Author
[email protected]
Date
2011-07-06 14:16:18 -0700 (Wed, 06 Jul 2011)

Log Message

2011-07-06  Mike Reed  <[email protected]>

        [skia] don't include deprecated header
        https://bugs.webkit.org/show_bug.cgi?id=64025

        Reviewed by James Robinson.

        No new tests. Just removing #include of an unused header that will be gone soon

        * platform/graphics/chromium/LayerTextureUpdaterCanvas.cpp:
        * platform/graphics/skia/PlatformContextSkia.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90497 => 90498)


--- trunk/Source/WebCore/ChangeLog	2011-07-06 21:13:19 UTC (rev 90497)
+++ trunk/Source/WebCore/ChangeLog	2011-07-06 21:16:18 UTC (rev 90498)
@@ -1,3 +1,15 @@
+2011-07-06  Mike Reed  <[email protected]>
+
+        [skia] don't include deprecated header
+        https://bugs.webkit.org/show_bug.cgi?id=64025
+
+        Reviewed by James Robinson.
+
+        No new tests. Just removing #include of an unused header that will be gone soon
+
+        * platform/graphics/chromium/LayerTextureUpdaterCanvas.cpp:
+        * platform/graphics/skia/PlatformContextSkia.cpp:
+
 2011-06-30  Cris Neckar  <[email protected]>
 
         Reviewed by Darin Fisher.

Modified: trunk/Source/WebCore/platform/graphics/chromium/LayerTextureUpdaterCanvas.cpp (90497 => 90498)


--- trunk/Source/WebCore/platform/graphics/chromium/LayerTextureUpdaterCanvas.cpp	2011-07-06 21:13:19 UTC (rev 90497)
+++ trunk/Source/WebCore/platform/graphics/chromium/LayerTextureUpdaterCanvas.cpp	2011-07-06 21:16:18 UTC (rev 90498)
@@ -42,7 +42,6 @@
 #include "PlatformContextSkia.h"
 #include "SkCanvas.h"
 #include "SkGpuDevice.h"
-#include "SkGpuDeviceFactory.h"
 #endif // USE(SKIA)
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.cpp (90497 => 90498)


--- trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.cpp	2011-07-06 21:13:19 UTC (rev 90497)
+++ trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.cpp	2011-07-06 21:16:18 UTC (rev 90498)
@@ -53,7 +53,6 @@
 
 #include "GrContext.h"
 #include "SkGpuDevice.h"
-#include "SkGpuDeviceFactory.h"
 
 #include <wtf/MathExtras.h>
 #include <wtf/Vector.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to