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

Issue 11446076: Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer tree (Closed)

Created:
8 years ago by slavi
Modified:
8 years ago
Reviewers:
jamesr
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer tree to JSON format which can then be loaded and used from our cc_perftests. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171963

Patch Set 1 #

Patch Set 2 : Pretty print json + rebase. #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -9 lines) Patch
M cc/layer_impl.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M cc/layer_impl.cc View 1 2 2 chunks +36 lines, -0 lines 0 comments Download
M cc/layer_tree_host_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M cc/layer_tree_host_perftest.cc View 1 4 chunks +17 lines, -9 lines 0 comments Download
M cc/nine_patch_layer_impl.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M cc/nine_patch_layer_impl.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
slavi
8 years ago (2012-12-07 23:38:21 UTC) #1
jamesr
8 years ago (2012-12-08 00:35:26 UTC) #2
jamesr
lgtm
8 years ago (2012-12-08 00:37:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skaslev@chromium.org/11446076/12001
8 years ago (2012-12-08 01:19:06 UTC) #4
commit-bot: I haz the power
Change committed as 171963
8 years ago (2012-12-08 08:38:57 UTC) #5
nduca
Any reason this isnt' layerTreeAsValue, since the layer itself returns value?
8 years ago (2012-12-11 06:45:43 UTC) #6
slavi
8 years ago (2012-12-11 23:55:33 UTC) #7
Message was sent while issue was closed.
On 2012/12/11 06:45:43, nduca wrote:
> Any reason this isnt' layerTreeAsValue, since the layer itself returns value?

Nope. Feel free to change it.

Powered by Google App Engine
This is Rietveld 408576698