[Webkit-unassigned] [Bug 126737] Clear unparented tiled layers on memory pressure.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 9 23:50:54 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126737
--- Comment #5 from Pratik Solanki <psolanki at apple.com> 2014-01-09 23:48:36 PST ---
(From update of attachment 220810)
View in context: https://bugs.webkit.org/attachment.cgi?id=220810&action=review
> Source/WebCore/WebCore.xcodeproj/project.pbxproj:17833
> + };
Odd move by Xcode. Maybe skip this part before commit?
> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:3032
> + float maxPixelDimension = systemMemoryLevel() < cMemoryLevelToUseSmallerPixelDimension ? cMaxPixelDimensionLowMemory : cMaxPixelDimension;
This should be int since cMaxPixelDimension is int.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list