Changeset 186003 in webkit


Ignore:
Timestamp:
Jun 26, 2015, 11:17:40 AM (10 years ago)
Author:
Simon Fraser
Message:

[OS X] Change the layer tiling threshold from 2000 to 2048 pixels
https://bugs.webkit.org/show_bug.cgi?id=146353

Reviewed by Tim Horton.

Programmers love powers of two.

  • platform/graphics/ca/GraphicsLayerCA.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r186001 r186003  
     12015-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
    1122015-06-26  Myles C. Maxfield  <mmaxfield@apple.com>
    213
  • trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp

    r185856 r186003  
    7474static const int cMemoryLevelToUseSmallerPixelDimension = 35;
    7575#else
    76 static const int cMaxPixelDimension = 2000;
     76static const int cMaxPixelDimension = 2048;
    7777#endif
    7878
Note: See TracChangeset for help on using the changeset viewer.