Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Issue 9333004: Merge 106732 - [chromium] Fix multi-second hangs in compositor invalidating large layers (Closed)

Created:
8 years, 10 months ago by Stephen White
Modified:
8 years, 10 months ago
Reviewers:
Stephen White
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Visibility:
Public.

Description

Merge 106732 - [chromium] Fix multi-second hangs in compositor invalidating large layers https://bugs.webkit.org/show_bug.cgi?id=77774 Reviewed by James Robinson. Correctness covered by existing tests. * platform/graphics/chromium/TiledLayerChromium.cpp: (WebCore::TiledLayerChromium::pushPropertiesTo): Remove tiles from the tiler when they are invalid (ie., no longer have texture backing). (WebCore::TiledLayerChromium::invalidateRect): Instead of iterating over the tile indices (which may be very large), iterate over the tile hash map instead. TBR=senorblanco@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=106813

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp View 2 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Stephen White
8 years, 10 months ago (2012-02-06 17:31:39 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698