Title: [160265] trunk/Source/WebCore
- Revision
- 160265
- Author
- [email protected]
- Date
- 2013-12-06 18:14:50 -0800 (Fri, 06 Dec 2013)
Log Message
[mac] Keep around more decoded image data, since it's purgeable
https://bugs.webkit.org/show_bug.cgi?id=125273
<rdar://problem/13205438>
Unreviewed patch to fix review comments...
* platform/graphics/BitmapImage.h:
Dan noticed that these return statements were improperly indented.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (160264 => 160265)
--- trunk/Source/WebCore/ChangeLog 2013-12-07 01:42:45 UTC (rev 160264)
+++ trunk/Source/WebCore/ChangeLog 2013-12-07 02:14:50 UTC (rev 160265)
@@ -1,3 +1,14 @@
+2013-12-06 Tim Horton <[email protected]>
+
+ [mac] Keep around more decoded image data, since it's purgeable
+ https://bugs.webkit.org/show_bug.cgi?id=125273
+ <rdar://problem/13205438>
+
+ Unreviewed patch to fix review comments...
+
+ * platform/graphics/BitmapImage.h:
+ Dan noticed that these return statements were improperly indented.
+
2013-12-05 Jer Noble <[email protected]>
[MSE][Mac] Disable AVFoundation when enabling the MockMediaPlayerMediaSource.
Modified: trunk/Source/WebCore/platform/graphics/BitmapImage.h (160264 => 160265)
--- trunk/Source/WebCore/platform/graphics/BitmapImage.h 2013-12-07 01:42:45 UTC (rev 160264)
+++ trunk/Source/WebCore/platform/graphics/BitmapImage.h 2013-12-07 02:14:50 UTC (rev 160265)
@@ -263,9 +263,9 @@
virtual bool decodedDataIsPurgeable() const OVERRIDE
{
#if PLATFORM(MAC) && !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
- return true;
+ return true;
#else
- return false;
+ return false;
#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes