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

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: 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 53927f03c397b2d1d8b8c2d41fd91a620cddc291..e98257c97aee25fa5c4f970d908d4f88c4dbfacb 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -215,7 +215,7 @@ public:
AnimationRegistrar* animationRegistrar() const { return m_animationRegistrar.get(); }
- void setDebugState(const LayerTreeDebugState& debugState) { m_debugState = debugState; }
+ void setDebugState(const LayerTreeDebugState& debugState);
const LayerTreeDebugState& debugState() const { return m_debugState; }
void savePaintTime(const base::TimeDelta& totalPaintTime);

Powered by Google App Engine
This is Rietveld 408576698