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

Issue 177653010: Increase width of viewportConstrainedNotCompositingReasons (Closed)

Created:
6 years, 9 months ago by Ian Vollick
Modified:
6 years, 9 months ago
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, blink-layers+watch_chromium.org, jchaffraix+rendering, pdr.
Visibility:
Public.

Description

Increase width of viewportConstrainedNotCompositingReasons The member was no longer big enough to store all the enumerators so the setter could fail. The net result was that if you tried to set the reason to 4, it *always* looked like this reason changed. I was seeing a full tree build on every mouse move! R=abarth@chromium.org BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168181

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : . #

Total comments: 1

Patch Set 5 : use a define #

Patch Set 6 : Use an enum because #define is gross. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M Source/core/rendering/RenderLayer.h View 1 2 3 4 5 2 chunks +8 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Ian Vollick
6 years, 9 months ago (2014-02-28 19:52:32 UTC) #1
enne (OOO)
Please also format your description to <80 (ideally <=72) cols. https://codereview.chromium.org/177653010/diff/20001/Source/core/rendering/RenderLayer.h File Source/core/rendering/RenderLayer.h (right): https://codereview.chromium.org/177653010/diff/20001/Source/core/rendering/RenderLayer.h#newcode441 ...
6 years, 9 months ago (2014-02-28 20:28:46 UTC) #2
Ian Vollick
On 2014/02/28 20:28:46, enne wrote: > Please also format your description to <80 (ideally <=72) ...
6 years, 9 months ago (2014-02-28 20:42:02 UTC) #3
enne (OOO)
https://codereview.chromium.org/177653010/diff/40001/Source/core/rendering/RenderLayer.h File Source/core/rendering/RenderLayer.h (right): https://codereview.chromium.org/177653010/diff/40001/Source/core/rendering/RenderLayer.h#newcode437 Source/core/rendering/RenderLayer.h:437: ASSERT(viewportConstrainedNotCompositedReason() == reason); Not sure this makes any sense ...
6 years, 9 months ago (2014-02-28 20:47:07 UTC) #4
Ian Vollick
On 2014/02/28 20:47:07, enne wrote: > https://codereview.chromium.org/177653010/diff/40001/Source/core/rendering/RenderLayer.h > File Source/core/rendering/RenderLayer.h (right): > > https://codereview.chromium.org/177653010/diff/40001/Source/core/rendering/RenderLayer.h#newcode437 > ...
6 years, 9 months ago (2014-02-28 21:55:16 UTC) #5
enne (OOO)
https://codereview.chromium.org/177653010/diff/70001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/177653010/diff/70001/Source/core/rendering/RenderLayer.cpp#newcode4014 Source/core/rendering/RenderLayer.cpp:4014: COMPILE_ASSERT(1 << 3 >= RenderLayer::NumNotCompositedReasons, too_many_viewport_constrained_not_compositing_reasons); The duplicate 3 ...
6 years, 9 months ago (2014-02-28 22:09:48 UTC) #6
enne (OOO)
lgtm
6 years, 9 months ago (2014-02-28 23:57:18 UTC) #7
Ian Vollick
The CQ bit was checked by vollick@chromium.org
6 years, 9 months ago (2014-02-28 23:59:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/177653010/90002
6 years, 9 months ago (2014-02-28 23:59:26 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-01 01:31:27 UTC) #10
commit-bot: I haz the power
Retried try job too often on blink_android_compile_dbg for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_android_compile_dbg&number=1102
6 years, 9 months ago (2014-03-01 01:31:27 UTC) #11
Ian Vollick
The CQ bit was checked by vollick@chromium.org
6 years, 9 months ago (2014-03-01 01:38:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/177653010/90002
6 years, 9 months ago (2014-03-01 01:38:27 UTC) #13
commit-bot: I haz the power
6 years, 9 months ago (2014-03-01 02:03:37 UTC) #14
Message was sent while issue was closed.
Change committed as 168181

Powered by Google App Engine
This is Rietveld 408576698