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

Issue 15051011: Add CompositingReasons to compositor layer types. (Closed)

Created:
7 years, 7 months ago by shawnsingh
Modified:
7 years, 6 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add CompositingReasons to compositor layer types. BUG=240946 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202580

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed feedback #

Patch Set 3 : Minor fix #

Patch Set 4 : Updated patch again to work with blink side #

Patch Set 5 : Rebased to tip of tree #

Total comments: 4

Patch Set 6 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+351 lines, -0 lines) Patch
M cc/cc.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A cc/layers/compositing_reasons.h View 1 2 3 4 5 1 chunk +51 lines, -0 lines 0 comments Download
M cc/layers/layer.h View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 4 3 chunks +10 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 4 5 3 chunks +124 lines, -0 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/renderer/compositor_bindings/compositor_bindings.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A webkit/renderer/compositor_bindings/web_compositing_reasons.cc View 1 2 3 1 chunk +144 lines, -0 lines 0 comments Download
M webkit/renderer/compositor_bindings/web_layer_impl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/renderer/compositor_bindings/web_layer_impl.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
shawnsingh
Working prototype. Still need to add the #if guards mechanism for the actual patch for ...
7 years, 7 months ago (2013-05-15 00:58:17 UTC) #1
danakj
https://codereview.chromium.org/15051011/diff/1/cc/layers/layer.cc File cc/layers/layer.cc (right): https://codereview.chromium.org/15051011/diff/1/cc/layers/layer.cc#newcode752 cc/layers/layer.cc:752: void Layer::SetCompositingReasons(WebKit::WebCompositingReasons reasons) { Add this to the layer ...
7 years, 7 months ago (2013-05-15 14:02:43 UTC) #2
enne (OOO)
https://codereview.chromium.org/15051011/diff/1/cc/layers/layer.h File cc/layers/layer.h (right): https://codereview.chromium.org/15051011/diff/1/cc/layers/layer.h#newcode25 cc/layers/layer.h:25: #include "third_party/WebKit/Source/Platform/chromium/public/WebCompositingReasons.h" On 2013/05/15 14:02:43, danakj wrote: > Can ...
7 years, 7 months ago (2013-05-15 15:51:51 UTC) #3
shawnsingh
Will do - thanks to both reviewers =) I'll revisit this tomorrow (friday) if possible.
7 years, 7 months ago (2013-05-17 02:35:50 UTC) #4
shawnsingh
PTAL, this patch is actually intended for review/landing now. Hopefully it's the pattern you want. ...
7 years, 7 months ago (2013-05-21 20:32:46 UTC) #5
shawnsingh
Dear reviewers, PTAL The blink side has landed just now, I will run tryjobs here ...
7 years, 7 months ago (2013-05-24 02:08:03 UTC) #6
nduca
LGTM
7 years, 7 months ago (2013-05-24 20:56:02 UTC) #7
nduca
spoke verbally to dana, we think you're probably good to, especially given that both dana ...
7 years, 7 months ago (2013-05-24 21:24:37 UTC) #8
danakj
LGTM w minor comments https://codereview.chromium.org/15051011/diff/25001/cc/layers/compositing_reasons.h File cc/layers/compositing_reasons.h (right): https://codereview.chromium.org/15051011/diff/25001/cc/layers/compositing_reasons.h#newcode47 cc/layers/compositing_reasons.h:47: typedef unsigned CompositingReasons; nit: uint32 ...
7 years, 7 months ago (2013-05-25 13:33:59 UTC) #9
shawnsingh
Thanks for review - https://codereview.chromium.org/15051011/diff/25001/cc/layers/compositing_reasons.h File cc/layers/compositing_reasons.h (right): https://codereview.chromium.org/15051011/diff/25001/cc/layers/compositing_reasons.h#newcode47 cc/layers/compositing_reasons.h:47: typedef unsigned CompositingReasons; On 2013/05/25 ...
7 years, 6 months ago (2013-05-28 07:20:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shawnsingh@chromium.org/15051011/34001
7 years, 6 months ago (2013-05-28 07:21:53 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=118929
7 years, 6 months ago (2013-05-28 09:52:55 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shawnsingh@chromium.org/15051011/34001
7 years, 6 months ago (2013-05-28 15:54:35 UTC) #13
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 16:32:42 UTC) #14
Message was sent while issue was closed.
Change committed as 202580

Powered by Google App Engine
This is Rietveld 408576698