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

Issue 11450015: [cc] Move root layer pointer to LayerTreeImpl (Closed)

Created:
8 years ago by nduca
Modified:
8 years ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

[cc] Move root layer pointer to LayerTreeImpl This is the first of a series of patches to move tree-specific state from LayerTreeHostImpl to LayerTreeImpl. The LayerTreeHostImpl has always been imagined to be a "View" aka LayerTreeView(Impl) and will keep ahold of stuff that is view-specific. The LayerTreeImpl, in constrast, will store state that is specific to a specific tree version. BUG=155209 R=enne Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171593

Patch Set 1 #

Total comments: 3

Patch Set 2 : Ready for review #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -138 lines) Patch
M cc/cc.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layer_tree_host.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host_impl.h View 1 2 7 chunks +16 lines, -15 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 1 2 37 chunks +71 lines, -97 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 2 18 chunks +23 lines, -23 lines 0 comments Download
A cc/layer_tree_impl.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A cc/layer_tree_impl.cc View 1 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
enne (OOO)
https://codereview.chromium.org/11450015/diff/1/cc/layer_tree_host.cc File cc/layer_tree_host.cc (right): https://codereview.chromium.org/11450015/diff/1/cc/layer_tree_host.cc#newcode386 cc/layer_tree_host.cc:386: hostImpl->setDeviceScaleFactor(deviceScaleFactor()); I kind of wonder if most of these ...
8 years ago (2012-12-05 23:09:09 UTC) #1
enne (OOO)
lgtm layout bots still seem to pass, which is probably the thing I'd worry about ...
8 years ago (2012-12-06 17:32:30 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/11450015/5001
8 years ago (2012-12-06 18:05:29 UTC) #3
commit-bot: I haz the power
Failed to apply patch for cc/layer_tree_host_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-12-06 18:05:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/11450015/16001
8 years ago (2012-12-06 18:24:27 UTC) #5
nduca
Yeah, when I move things completely over to the LTI, we'll have to figure out ...
8 years ago (2012-12-06 18:40:19 UTC) #6
commit-bot: I haz the power
8 years ago (2012-12-06 21:27:30 UTC) #7
Message was sent while issue was closed.
Change committed as 171593

Powered by Google App Engine
This is Rietveld 408576698