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

Issue 11364189: cc: Clean up PageScaleAnimation for readability. (Closed)

Created:
8 years, 1 month ago by aelias_OOO_until_Jul13
Modified:
8 years, 1 month ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org, trchen
Visibility:
Public.

Description

cc: Clean up PageScaleAnimation for readability. No-op change. BUG=152505 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167615

Patch Set 1 #

Patch Set 2 : Avoid negative size #

Patch Set 3 : Rebase to 167218 #

Patch Set 4 : Rename targetPosition to targetOffset #

Total comments: 2

Patch Set 5 : Added missing gfx:: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -53 lines) Patch
M cc/layer_tree_host_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_impl.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/page_scale_animation.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/page_scale_animation.cc View 1 2 3 4 5 chunks +40 lines, -46 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
aelias_OOO_until_Jul13
Hi Dana, this applies your code review comments from yesterday along with a few other ...
8 years, 1 month ago (2012-11-10 00:18:50 UTC) #1
danakj
Thanks for the CL! I'll read thru it again once you rebase this, as it's ...
8 years, 1 month ago (2012-11-10 00:26:18 UTC) #2
aelias_OOO_until_Jul13
In LayerTreeHostImpl, the "targetPosition" is overloaded to sometimes be an scroll offset and sometimes a ...
8 years, 1 month ago (2012-11-10 00:45:29 UTC) #3
danakj
On 2012/11/10 00:45:29, aelias wrote: > In LayerTreeHostImpl, the "targetPosition" is overloaded to sometimes be ...
8 years, 1 month ago (2012-11-10 00:48:52 UTC) #4
danakj
This should be able to rebase now, everything relevant in ui/gfx has landed minus BottomRight() ...
8 years, 1 month ago (2012-11-12 23:08:30 UTC) #5
aelias_OOO_until_Jul13
Rebased, PTAL.
8 years, 1 month ago (2012-11-14 00:24:47 UTC) #6
danakj
lgtm and thank you very much for it! http://codereview.chromium.org/11364189/diff/9001/cc/page_scale_animation.cc File cc/page_scale_animation.cc (right): http://codereview.chromium.org/11364189/diff/9001/cc/page_scale_animation.cc#newcode114 cc/page_scale_animation.cc:114: gfx::Vector2dF ...
8 years, 1 month ago (2012-11-14 00:47:23 UTC) #7
aelias_OOO_until_Jul13
http://codereview.chromium.org/11364189/diff/9001/cc/page_scale_animation.cc File cc/page_scale_animation.cc (right): http://codereview.chromium.org/11364189/diff/9001/cc/page_scale_animation.cc#newcode114 cc/page_scale_animation.cc:114: gfx::Vector2dF normalized = ScaleVector2d(m_startScrollOffset - m_targetScrollOffset, widthScale, heightScale); On ...
8 years, 1 month ago (2012-11-14 02:26:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11364189/2003
8 years, 1 month ago (2012-11-14 02:30:56 UTC) #9
commit-bot: I haz the power
8 years, 1 month ago (2012-11-14 06:51:45 UTC) #10
Change committed as 167615

Powered by Google App Engine
This is Rietveld 408576698