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

Issue 1470123002: Split ClipTransformRecorder into {Clip,Transform}Recorder. (Closed)

Created:
5 years ago by wkorman
Modified:
5 years ago
Reviewers:
danakj, sky, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, jbauman+watch_chromium.org, kalyank, piman+watch_chromium.org, sievers+watch_chromium.org, James Su, tdanderson+views_chromium.org, tfarina, Ian Vollick
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split ClipTransformRecorder into {Clip,Transform}Recorder. BUG=529938 Committed: https://crrev.com/92a8676709834996882fcd07295e3523eb3ca89b Cr-Commit-Position: refs/heads/master@{#361421}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Update comments, minor restructure in view.cc. #

Patch Set 3 : Sync to head. #

Patch Set 4 : Really sync to head. #

Patch Set 5 : Fix mus includes. #

Patch Set 6 : Initialize transformed to false. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -169 lines) Patch
M chrome/browser/ui/views/infobars/infobar_view.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ui/compositor/BUILD.gn View 2 chunks +4 lines, -2 lines 0 comments Download
A ui/compositor/clip_recorder.h View 1 1 chunk +53 lines, -0 lines 0 comments Download
A + ui/compositor/clip_recorder.cc View 1 2 3 4 chunks +6 lines, -18 lines 0 comments Download
D ui/compositor/clip_transform_recorder.h View 1 chunk +0 lines, -59 lines 0 comments Download
D ui/compositor/clip_transform_recorder.cc View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
M ui/compositor/compositor.gyp View 2 chunks +4 lines, -2 lines 0 comments Download
M ui/compositor/paint_context.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
A ui/compositor/transform_recorder.h View 1 1 chunk +43 lines, -0 lines 0 comments Download
A ui/compositor/transform_recorder.cc View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
M ui/views/mus/native_widget_mus.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ui/views/view.cc View 1 4 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
wkorman
As a side effect of this split we lose the nice built in closer-order we ...
5 years ago (2015-11-23 23:07:23 UTC) #2
danakj
LGTM https://codereview.chromium.org/1470123002/diff/1/ui/compositor/clip_recorder.h File ui/compositor/clip_recorder.h (right): https://codereview.chromium.org/1470123002/diff/1/ui/compositor/clip_recorder.h#newcode24 ui/compositor/clip_recorder.h:24: // A class to provide scoped clips of ...
5 years ago (2015-11-23 23:20:30 UTC) #3
danakj
+owner sky
5 years ago (2015-11-23 23:20:56 UTC) #5
wkorman
https://codereview.chromium.org/1470123002/diff/1/ui/compositor/clip_recorder.h File ui/compositor/clip_recorder.h (right): https://codereview.chromium.org/1470123002/diff/1/ui/compositor/clip_recorder.h#newcode24 ui/compositor/clip_recorder.h:24: // A class to provide scoped clips of painting ...
5 years ago (2015-11-23 23:38:08 UTC) #6
danakj
Thanks LGTM
5 years ago (2015-11-23 23:47:45 UTC) #7
sky
LGTM
5 years ago (2015-11-24 00:23:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1470123002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1470123002/40001
5 years ago (2015-11-24 06:15:32 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/98545) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years ago (2015-11-24 06:19:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1470123002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1470123002/60001
5 years ago (2015-11-24 06:28:56 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/17967) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years ago (2015-11-24 06:42:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1470123002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1470123002/80001
5 years ago (2015-11-24 07:07:23 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/145177) win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years ago (2015-11-24 07:35:41 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1470123002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1470123002/100001
5 years ago (2015-11-24 18:57:02 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-11-24 20:06:42 UTC) #27
commit-bot: I haz the power
5 years ago (2015-11-24 20:07:59 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/92a8676709834996882fcd07295e3523eb3ca89b
Cr-Commit-Position: refs/heads/master@{#361421}

Powered by Google App Engine
This is Rietveld 408576698