diff options
author | egraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 08:59:09 +0000 |
---|---|---|
committer | egraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 08:59:09 +0000 |
commit | a848c10c99937352eb7c382a6a9cfb0684c883bc (patch) | |
tree | a6ce5d21397896a49e9234b54c97150c8ecb427b /cc/trees/layer_tree_host_impl.h | |
parent | 4fc1b7978116f5d6b5c1eed7e6a129b6a0fb6a19 (diff) | |
download | chromium_src-a848c10c99937352eb7c382a6a9cfb0684c883bc.zip chromium_src-a848c10c99937352eb7c382a6a9cfb0684c883bc.tar.gz chromium_src-a848c10c99937352eb7c382a6a9cfb0684c883bc.tar.bz2 |
cc: Fix rasterize time sometimes missing the frame in continuous painting
This change makes use of RenderingStatsInstrumentation to get the paint time
more easily and removes separate saving of paint and rasterize time to the
PaintTimeCounter.
BUG=223741
Review URL: https://chromiumcodereview.appspot.com/12912012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_host_impl.h')
-rw-r--r-- | cc/trees/layer_tree_host_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h index e69291d..081a1e1 100644 --- a/cc/trees/layer_tree_host_impl.h +++ b/cc/trees/layer_tree_host_impl.h @@ -280,9 +280,6 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient, void SetDebugState(const LayerTreeDebugState& debug_state); const LayerTreeDebugState& debug_state() const { return debug_state_; } - void SavePaintTime(const base::TimeDelta& total_paint_time, - int commit_number); - class CC_EXPORT CullRenderPassesWithCachedTextures { public: bool ShouldRemoveRenderPass(const RenderPassDrawQuad& quad, |