DescriptionGTK: Shave ~15ms off each tab change.
Reparenting the bookmark bar on each tab change whether it needs it or not
costs about 15ms. This usually is enough savings to get one more frame out of
the new tab animation early on.
Also, it's the Browser object's responsibility to update our toolbar; remove a duplicate call that already happened before the BrowserWindowGtk::ActiveTabChanged() Observer method was called.
BUG=83106
TEST=Everything works about the bookmarks bar when changing tabs
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109928
Patch Set 1 #
Total comments: 1
Patch Set 2 : move comment to description #Messages
Total messages: 5 (0 generated)
|