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

Issue 12225054: Generate fewer tiles when zooming in. (Closed)

Created:
7 years, 10 months ago by ccameron
Modified:
7 years, 10 months ago
Reviewers:
nduca
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Generate fewer tiles when zooming in. When we zoom in, the page goes from being able to scroll only vertically to being able to scroll both vertically and horizontally. This results in, roughly, a squaring of the visible content area (actually a bit less due to discretization). This patch clamps the are examined when zooming in. A more principled version would attempt to explicitly keep the area constant. BUG=174222 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181029

Patch Set 1 #

Patch Set 2 : Take 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M cc/picture_layer_tiling.cc View 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ccameron
This does a pretty good job (drops usage from ~225MB to ~90MB when zoomed in). ...
7 years, 10 months ago (2013-02-06 19:39:54 UTC) #1
nduca
7 years, 10 months ago (2013-02-06 19:51:51 UTC) #2
lgtmnomnomnom

Powered by Google App Engine
This is Rietveld 408576698