Title: [138430] trunk/Source/WebCore
- Revision
- 138430
- Author
- [email protected]
- Date
- 2012-12-23 20:38:02 -0800 (Sun, 23 Dec 2012)
Log Message
Remove unused reference to "class LayerChromium"
https://bugs.webkit.org/show_bug.cgi?id=105502
Patch by Qiankun Miao <[email protected]> on 2012-12-23
Reviewed by Kentaro Hara.
class LayerChromium doesn't exist any more. Just remove the unused
code.
* platform/graphics/chromium/Canvas2DLayerBridge.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (138429 => 138430)
--- trunk/Source/WebCore/ChangeLog 2012-12-24 02:57:58 UTC (rev 138429)
+++ trunk/Source/WebCore/ChangeLog 2012-12-24 04:38:02 UTC (rev 138430)
@@ -1,3 +1,15 @@
+2012-12-23 Qiankun Miao <[email protected]>
+
+ Remove unused reference to "class LayerChromium"
+ https://bugs.webkit.org/show_bug.cgi?id=105502
+
+ Reviewed by Kentaro Hara.
+
+ class LayerChromium doesn't exist any more. Just remove the unused
+ code.
+
+ * platform/graphics/chromium/Canvas2DLayerBridge.h:
+
2012-12-23 Alexey Proskuryakov <[email protected]>
<rdar://problem/12808377> Network process should respect cookie accept policy
Modified: trunk/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h (138429 => 138430)
--- trunk/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h 2012-12-24 02:57:58 UTC (rev 138429)
+++ trunk/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h 2012-12-24 04:38:02 UTC (rev 138430)
@@ -42,8 +42,6 @@
namespace WebCore {
-class LayerChromium;
-
class Canvas2DLayerBridge : public WebKit::WebExternalTextureLayerClient, public SkDeferredCanvas::NotificationClient, public DoublyLinkedListNode<Canvas2DLayerBridge> {
WTF_MAKE_NONCOPYABLE(Canvas2DLayerBridge);
public:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes