Title: [160248] trunk/Source/WebCore
- Revision
- 160248
- Author
- [email protected]
- Date
- 2013-12-06 14:27:25 -0800 (Fri, 06 Dec 2013)
Log Message
Remove Image::decodedSize()
https://bugs.webkit.org/show_bug.cgi?id=125327
Reviewed by Simon Fraser.
Missed a comment when removing this code.
* svg/graphics/SVGImage.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (160247 => 160248)
--- trunk/Source/WebCore/ChangeLog 2013-12-06 22:22:13 UTC (rev 160247)
+++ trunk/Source/WebCore/ChangeLog 2013-12-06 22:27:25 UTC (rev 160248)
@@ -1,3 +1,14 @@
+2013-12-06 Tim Horton <[email protected]>
+
+ Remove Image::decodedSize()
+ https://bugs.webkit.org/show_bug.cgi?id=125327
+
+ Reviewed by Simon Fraser.
+
+ Missed a comment when removing this code.
+
+ * svg/graphics/SVGImage.h:
+
2013-12-06 Rob Buis <[email protected]>
[CSS Shapes] ShapeOutsideInfo needs to use the parent's writing mode when calculating offsets
Modified: trunk/Source/WebCore/svg/graphics/SVGImage.h (160247 => 160248)
--- trunk/Source/WebCore/svg/graphics/SVGImage.h 2013-12-06 22:22:13 UTC (rev 160247)
+++ trunk/Source/WebCore/svg/graphics/SVGImage.h 2013-12-06 22:27:25 UTC (rev 160248)
@@ -82,8 +82,7 @@
virtual bool dataChanged(bool allDataReceived) OVERRIDE;
- // FIXME: SVGImages are underreporting decoded sizes and will be unable
- // to prune because these functions are not implemented yet.
+ // FIXME: SVGImages will be unable to prune because this function is not implemented yet.
virtual void destroyDecodedData(bool) OVERRIDE { }
// FIXME: Implement this to be less conservative.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes