Chromium Code Reviews
DescriptionFixes 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 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||