Changeset 186003 in webkit
- Timestamp:
- Jun 26, 2015, 11:17:40 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r186001 r186003 1 2015-06-26 Simon Fraser <simon.fraser@apple.com> 2 3 [OS X] Change the layer tiling threshold from 2000 to 2048 pixels 4 https://bugs.webkit.org/show_bug.cgi?id=146353 5 6 Reviewed by Tim Horton. 7 8 Programmers love powers of two. 9 10 * platform/graphics/ca/GraphicsLayerCA.cpp: 11 1 12 2015-06-26 Myles C. Maxfield <mmaxfield@apple.com> 2 13 -
trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
r185856 r186003 74 74 static const int cMemoryLevelToUseSmallerPixelDimension = 35; 75 75 #else 76 static const int cMaxPixelDimension = 20 00;76 static const int cMaxPixelDimension = 2048; 77 77 #endif 78 78
Note:
See TracChangeset
for help on using the changeset viewer.