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

Unified Diff: cc/trees/single_thread_proxy.h

Issue 12426024: cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInstrumentation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/trees/single_thread_proxy.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index ea6b549ea853a36e27938e402bc3ec7ebb6aec17..6bdac7e66928d877e3999a7b0093996d4287d4d5 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -107,9 +107,6 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
bool inside_draw_;
- base::TimeDelta total_commit_time_;
egraether 2013/03/23 00:15:40 Forgot to remove these as well.
- size_t total_commit_count_;
-
DISALLOW_COPY_AND_ASSIGN(SingleThreadProxy);
};

Powered by Google App Engine
This is Rietveld 408576698