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

Issue 11087093: Migrate ui::Transform to gfx::Transform (Closed)

Created:
8 years, 2 months ago by shawnsingh
Modified:
8 years, 2 months ago
Reviewers:
Ian Vollick, sky
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, jonathan.backer, Aaron Boodman, oshima+watch_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Migrate ui::Transform to gfx::Transform It is more appropriate for Transform class to belong with its fellow geometry classes in the gfx namespace.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed feedback and attempt to fix trybot build errors #

Patch Set 3 : Try bots attempt #2, expecting need to submit a few more attempts #

Patch Set 4 : Hopeful this one will compile on all bots #

Patch Set 5 : Might work this time #

Patch Set 6 : Should pass trybots this time #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -296 lines) Patch
M ash/launcher/app_list_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/launcher/overflow_button.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/rotator/screen_rotation.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_bubble.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/system/tray/tray_item_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/web_notification/web_notification_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/gestures/long_press_affordance_handler.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/image_grid.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M ash/wm/session_state_animator.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M ash/wm/window_animations.cc View 1 2 3 12 chunks +21 lines, -20 lines 0 comments Download
M ash/wm/window_animations_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/window_manager_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_animations.cc View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/base_login_display_host.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/root_window.h View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M ui/aura/window.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/window.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_unittest.cc View 1 2 3 6 chunks +10 lines, -10 lines 0 comments Download
M ui/base/animation/tween.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/animation/tween.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/base/events/event.h View 1 3 chunks +7 lines, -3 lines 0 comments Download
M ui/base/events/event.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M ui/compositor/layer.h View 1 2 3 6 chunks +9 lines, -8 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 3 8 chunks +10 lines, -10 lines 0 comments Download
ui/compositor/layer_animation_delegate.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/layer_animation_element.h View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M ui/compositor/layer_animation_element.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M ui/compositor/layer_animation_element_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_animation_sequence_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_animator.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M ui/compositor/layer_animator.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/layer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/test/test_layer_animation_delegate.h View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M ui/compositor/test/test_utils.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/compositor/test/test_utils.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/gfx/canvas.h View 2 chunks +2 lines, -5 lines 0 comments Download
M ui/gfx/canvas.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/interpolated_transform.h View 9 chunks +18 lines, -18 lines 0 comments Download
M ui/gfx/interpolated_transform.cc View 11 chunks +27 lines, -27 lines 0 comments Download
M ui/gfx/interpolated_transform_unittest.cc View 10 chunks +16 lines, -16 lines 0 comments Download
M ui/gfx/transform.h View 1 5 chunks +12 lines, -14 lines 0 comments Download
M ui/gfx/transform.cc View 1 8 chunks +16 lines, -16 lines 0 comments Download
M ui/gfx/transform_unittest.cc View 14 chunks +15 lines, -15 lines 0 comments Download
M ui/gfx/transform_util.h View 1 1 chunk +3 lines, -5 lines 0 comments Download
M ui/gfx/transform_util.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gfx/transform_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/view.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M ui/views/view.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M ui/views/view_unittest.cc View 13 chunks +21 lines, -21 lines 0 comments Download
ui/views/widget/widget.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
shawnsingh
I just simply changed the namespace used by Transform in ui/gfx/transform.* and ui/gfx/transform_util.* ... all ...
8 years, 2 months ago (2012-10-11 22:23:19 UTC) #1
Ian Vollick
On 2012/10/11 22:23:19, shawnsingh wrote: > I just simply changed the namespace used by Transform ...
8 years, 2 months ago (2012-10-11 22:27:44 UTC) #2
tfarina
http://codereview.chromium.org/11087093/diff/1/ui/gfx/transform_util.h File ui/gfx/transform_util.h (right): http://codereview.chromium.org/11087093/diff/1/ui/gfx/transform_util.h#newcode16 ui/gfx/transform_util.h:16: UI_EXPORT Transform GetScaleTransform(const gfx::Point& anchor, float scale); nit: no ...
8 years, 2 months ago (2012-10-11 22:35:03 UTC) #3
tfarina
http://codereview.chromium.org/11087093/diff/1/ui/gfx/transform.h File ui/gfx/transform.h (right): http://codereview.chromium.org/11087093/diff/1/ui/gfx/transform.h#newcode126 ui/gfx/transform.h:126: }// namespace gfx nit: add two spaces between } ...
8 years, 2 months ago (2012-10-11 22:38:21 UTC) #4
sky
LGTM - make sure history isn't lost.
8 years, 2 months ago (2012-10-11 23:54:25 UTC) #5
tfarina
On Thu, Oct 11, 2012 at 8:54 PM, <sky@chromium.org> wrote: > LGTM - make sure ...
8 years, 2 months ago (2012-10-11 23:57:32 UTC) #6
shawnsingh
On 2012/10/11 23:57:32, tfarina wrote: > On Thu, Oct 11, 2012 at 8:54 PM, <mailto:sky@chromium.org> ...
8 years, 2 months ago (2012-10-11 23:59:26 UTC) #7
tfarina
On 2012/10/11 23:59:26, shawnsingh wrote: > On 2012/10/11 23:57:32, tfarina wrote: > > On Thu, ...
8 years, 2 months ago (2012-10-12 00:02:40 UTC) #8
shawnsingh
8 years, 2 months ago (2012-10-15 17:12:11 UTC) #9
This patch was already landed in http://codereview.chromium.org/11145005/
instead.

Powered by Google App Engine
This is Rietveld 408576698