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

Unified Diff: cc/layer_tree_host_impl.h

Issue 12209022: cc: add rasterize time to continuous painting graph data in impl-side-painting (Closed) Base URL: http://git.chromium.org/chromium/src.git@raster
Patch Set: assume that rasterize time is saved after paint time Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layer_tree_host_impl.h
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
index b95607494b9663b0a36a058f7081fa06f4bf20ac..c967186abd0235d73a994afc4f00d96094ab286f 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -218,7 +218,7 @@ public:
void setDebugState(const LayerTreeDebugState& debugState);
const LayerTreeDebugState& debugState() const { return m_debugState; }
- void savePaintTime(const base::TimeDelta& totalPaintTime);
+ void savePaintTime(const base::TimeDelta& totalPaintTime, const int& commitNumber);
class CC_EXPORT CullRenderPassesWithCachedTextures {
public:
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/layer_tree_host_impl.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698