Changeset 107352 in webkit
- Timestamp:
- Feb 9, 2012, 9:02:54 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/chromium/TiledLayerChromium.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r107347 r107352 1 2012-02-09 Xianzhu Wang <wangxianzhu@chromium.org> 2 3 [Chromium] TiledLayerChromium::protectVisibleTileTextures() should only protect the visible textures 4 https://bugs.webkit.org/show_bug.cgi?id=78249 5 6 Reviewed by James Robinson. 7 8 * platform/graphics/chromium/TiledLayerChromium.cpp: 9 (WebCore::TiledLayerChromium::protectVisibleTileTextures): 10 1 11 2012-02-09 Hayato Ito <hayato@chromium.org> 2 12 -
trunk/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp
r107177 r107352 338 338 void TiledLayerChromium::protectVisibleTileTextures() 339 339 { 340 protectTileTextures( IntRect(IntPoint::zero(), contentBounds()));340 protectTileTextures(visibleLayerRect()); 341 341 } 342 342
Note:
See TracChangeset
for help on using the changeset viewer.