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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 1296673004: Devtools/CC: Remove continuous repainting feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index e66a1ff92976debed7bf24ecba3b543b4e064751..4243ec116557209423308f9412251b986be370b2 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -60,7 +60,6 @@ class LayerImpl;
class LayerTreeImpl;
class MemoryHistory;
class PageScaleAnimation;
-class PaintTimeCounter;
class PictureLayerImpl;
class RasterTilePriorityQueue;
class TileTaskWorkerPool;
@@ -461,9 +460,6 @@ class CC_EXPORT LayerTreeHostImpl
FrameRateCounter* fps_counter() {
return fps_counter_.get();
}
- PaintTimeCounter* paint_time_counter() {
- return paint_time_counter_.get();
- }
MemoryHistory* memory_history() {
return memory_history_.get();
}
@@ -762,7 +758,6 @@ class CC_EXPORT LayerTreeHostImpl
scoped_ptr<PageScaleAnimation> page_scale_animation_;
scoped_ptr<FrameRateCounter> fps_counter_;
- scoped_ptr<PaintTimeCounter> paint_time_counter_;
scoped_ptr<MemoryHistory> memory_history_;
scoped_ptr<DebugRectHistory> debug_rect_history_;

Powered by Google App Engine
This is Rietveld 408576698