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

Issue 1908593002: cc : Stop pushing transform origin from Layer and LayerImpl. (Closed)

Created:
4 years, 8 months ago by jaydasika
Modified:
4 years, 8 months ago
CC:
chromium-reviews, krit, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, kinuko+watch, blink-reviews-platform-graphics_chromium.org, dshwang, jbroman, Justin Novosad, Rik, Stephen Chennney, blink-reviews, f(malita), danakj+watch_chromium.org, cc-bugs_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc : Stop pushing transform origin from Layer and LayerImpl. This CL also adds a new LayerImplTestProperties struct and moves the LayerImpl's transform origin to that. BUG=602438 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/38be7a828db674dd70d332c62f313b6170bcbd01 Cr-Commit-Position: refs/heads/master@{#388782}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -63 lines) Patch
M cc/layers/layer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 chunks +8 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 4 chunks +1 line, -9 lines 0 comments Download
A cc/layers/layer_impl_test_properties.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/layer_utils_unittest.cc View 1 2 9 chunks +20 lines, -20 lines 0 comments Download
M cc/test/layer_tree_host_common_test.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/test/layer_tree_host_common_test.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 2 chunks +13 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 2 3 chunks +10 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 20 (7 generated)
jaydasika
PTAL
4 years, 8 months ago (2016-04-20 17:37:50 UTC) #3
ajuma
https://codereview.chromium.org/1908593002/diff/20001/cc/layers/layer_impl.h File cc/layers/layer_impl.h (right): https://codereview.chromium.org/1908593002/diff/20001/cc/layers/layer_impl.h#newcode243 cc/layers/layer_impl.h:243: gfx::Point3F transform_origin_for_testing() const { This approach is fine for ...
4 years, 8 months ago (2016-04-20 18:09:53 UTC) #4
jaydasika
https://codereview.chromium.org/1908593002/diff/20001/cc/layers/layer_impl.h File cc/layers/layer_impl.h (right): https://codereview.chromium.org/1908593002/diff/20001/cc/layers/layer_impl.h#newcode243 cc/layers/layer_impl.h:243: gfx::Point3F transform_origin_for_testing() const { On 2016/04/20 18:09:52, ajuma wrote: ...
4 years, 8 months ago (2016-04-20 18:46:06 UTC) #5
ajuma
Thanks! lgtm
4 years, 8 months ago (2016-04-20 18:51:03 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908593002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908593002/40001
4 years, 8 months ago (2016-04-20 18:57:53 UTC) #8
jaydasika
On 2016/04/20 18:57:53, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 8 months ago (2016-04-20 19:01:11 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 20:28:44 UTC) #11
ajuma
A couple more comments: https://codereview.chromium.org/1908593002/diff/40001/cc/layers/layer_impl_unittest.cc File cc/layers/layer_impl_unittest.cc (right): https://codereview.chromium.org/1908593002/diff/40001/cc/layers/layer_impl_unittest.cc#newcode248 cc/layers/layer_impl_unittest.cc:248: root->test_properties()->transform_origin = arbitrary_point_3f); Given that ...
4 years, 8 months ago (2016-04-20 22:01:12 UTC) #12
jaydasika
https://codereview.chromium.org/1908593002/diff/40001/cc/layers/layer_impl_unittest.cc File cc/layers/layer_impl_unittest.cc (right): https://codereview.chromium.org/1908593002/diff/40001/cc/layers/layer_impl_unittest.cc#newcode248 cc/layers/layer_impl_unittest.cc:248: root->test_properties()->transform_origin = arbitrary_point_3f); On 2016/04/20 22:01:12, ajuma wrote: > ...
4 years, 8 months ago (2016-04-20 22:05:44 UTC) #13
Ian Vollick
On 2016/04/20 22:05:44, jaydasika wrote: > https://codereview.chromium.org/1908593002/diff/40001/cc/layers/layer_impl_unittest.cc > File cc/layers/layer_impl_unittest.cc (right): > > https://codereview.chromium.org/1908593002/diff/40001/cc/layers/layer_impl_unittest.cc#newcode248 > ...
4 years, 8 months ago (2016-04-21 14:29:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908593002/60001
4 years, 8 months ago (2016-04-21 14:31:45 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-21 16:07:22 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:35:04 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/38be7a828db674dd70d332c62f313b6170bcbd01
Cr-Commit-Position: refs/heads/master@{#388782}

Powered by Google App Engine
This is Rietveld 408576698