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

Issue 131763007: Fixes sizing issue when dragging tabs (Closed)

Created:
6 years, 10 months ago by sky
Modified:
6 years, 10 months ago
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Fixes sizing issue when dragging tabs To avoid unnecessary layout (and stopping of animations) TabStrip caches the last size it layed out. During drag and drop of tabs SetTabBoundsForDrag may be used to force a particular tab size/location. After a call to SetTabBoundsForDrag we need to ensure the tabstrip does in fact relayout next time Layout() is invoked. By clearing last_layaout_size_ we ensure this happens. BUG=338617 TEST=see bug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247619

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sky
6 years, 10 months ago (2014-01-28 21:47:30 UTC) #1
Ben Goodger (Google)
lgtm
6 years, 10 months ago (2014-01-29 00:22:12 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/131763007/1
6 years, 10 months ago (2014-01-29 00:24:31 UTC) #3
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 05:11:00 UTC) #4
Message was sent while issue was closed.
Change committed as 247619

Powered by Google App Engine
This is Rietveld 408576698