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

Issue 2271273003: cc : Remove DCHECK in TransformTree::ComputeTranslation (Closed)

Created:
4 years, 4 months ago by jaydasika
Modified:
4 years, 3 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, weiliangc, sunxd
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc : Remove DCHECK in TransformTree::ComputeTranslation Though ComputeTranslation should result in a translation transform, we can end up with non-translation transforms when we have noisy transforms. BUG=639203 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/3c5633df9d4176f622a9a234e3add677da92dd20 Cr-Commit-Position: refs/heads/master@{#414227}

Patch Set 1 #

Patch Set 2 : use setDouble #

Patch Set 3 : setDouble again #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -2 lines) Patch
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 1 chunk +41 lines, -0 lines 2 comments Download
M cc/trees/property_tree.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
jaydasika
PTAL
4 years, 4 months ago (2016-08-24 19:34:41 UTC) #3
ajuma
lgtm
4 years, 4 months ago (2016-08-24 21:40:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2271273003/40001
4 years, 4 months ago (2016-08-24 23:03:47 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-25 00:39:40 UTC) #16
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/3c5633df9d4176f622a9a234e3add677da92dd20 Cr-Commit-Position: refs/heads/master@{#414227}
4 years, 4 months ago (2016-08-25 00:42:54 UTC) #18
Alexander Potapenko
https://codereview.chromium.org/2271273003/diff/40001/cc/trees/layer_tree_host_common_unittest.cc File cc/trees/layer_tree_host_common_unittest.cc (right): https://codereview.chromium.org/2271273003/diff/40001/cc/trees/layer_tree_host_common_unittest.cc#newcode9353 cc/trees/layer_tree_host_common_unittest.cc:9353: TEST_F(LayerTreeHostCommonTest, NoisyTransform) { Did you intend to submit this ...
4 years, 3 months ago (2016-08-25 09:43:29 UTC) #20
jaydasika
4 years, 3 months ago (2016-08-26 17:39:32 UTC) #21
Message was sent while issue was closed.
https://codereview.chromium.org/2271273003/diff/40001/cc/trees/layer_tree_hos...
File cc/trees/layer_tree_host_common_unittest.cc (right):

https://codereview.chromium.org/2271273003/diff/40001/cc/trees/layer_tree_hos...
cc/trees/layer_tree_host_common_unittest.cc:9353:
TEST_F(LayerTreeHostCommonTest, NoisyTransform) {
On 2016/08/25 09:43:28, Alexander Potapenko wrote:
> Did you intend to submit this test as well?

Yes. To ensure that no one adds back the DCHECK this CL removes.

Powered by Google App Engine
This is Rietveld 408576698