Title: [91835] trunk/Source/WebCore
Revision
91835
Author
[email protected]
Date
2011-07-27 05:38:37 -0700 (Wed, 27 Jul 2011)

Log Message

[chromium] Remove include of skia/ext/platform_canvas.h
https://bugs.webkit.org/show_bug.cgi?id=60852

Reviewed by Hajime Morita.

In https://bugs.webkit.org/show_bug.cgi?id=57563 the usage of the
skia::PlatformCanvas was eliminated in favor of directly using
SkCanvas directly. The include of platform_canvas.h was not removed
leaving the dependency on Chromium in the header files. Remove
that dependency now.

* platform/graphics/skia/PlatformContextSkia.h: Remove platform_canvas.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (91834 => 91835)


--- trunk/Source/WebCore/ChangeLog	2011-07-27 11:22:58 UTC (rev 91834)
+++ trunk/Source/WebCore/ChangeLog	2011-07-27 12:38:37 UTC (rev 91835)
@@ -1,3 +1,18 @@
+2011-05-15  Holger Hans Peter Freyther  <[email protected]>
+
+        [chromium] Remove include of skia/ext/platform_canvas.h
+        https://bugs.webkit.org/show_bug.cgi?id=60852
+
+        Reviewed by Hajime Morita.
+
+        In https://bugs.webkit.org/show_bug.cgi?id=57563 the usage of the
+        skia::PlatformCanvas was eliminated in favor of directly using
+        SkCanvas directly. The include of platform_canvas.h was not removed
+        leaving the dependency on Chromium in the header files. Remove
+        that dependency now.
+
+        * platform/graphics/skia/PlatformContextSkia.h: Remove platform_canvas.h
+
 2011-07-27  Mikhail Naganov  <[email protected]>
 
         Web Inspector: [Chromium] REGRESSION: Uncaught TypeError: Cannot read property 'isTracingToWindowObjects' of undefined

Modified: trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.h (91834 => 91835)


--- trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.h	2011-07-27 11:22:58 UTC (rev 91834)
+++ trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.h	2011-07-27 12:38:37 UTC (rev 91835)
@@ -34,11 +34,11 @@
 #include "GraphicsContext.h"
 #include "Noncopyable.h"
 
+#include "SkCanvas.h"
 #include "SkDashPathEffect.h"
 #include "SkDrawLooper.h"
 #include "SkPaint.h"
 #include "SkPath.h"
-#include "skia/ext/platform_canvas.h"
 
 #include <wtf/Vector.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to