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

Unified Diff: cc/trees/layer_tree_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_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 47b6351ca6f8d7bdc1b503cc2ec77a5e63d4afc6..5a7a5b601ba4cae8fa32b7c4496fe7bf61cfd1d5 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -42,7 +42,6 @@ class LayerTreeSettings;
class MemoryHistory;
class OutputSurface;
class PageScaleAnimation;
-class PaintTimeCounter;
class PictureLayerImpl;
class Proxy;
class ResourceProvider;
@@ -83,7 +82,6 @@ class CC_EXPORT LayerTreeImpl {
ResourceProvider* resource_provider() const;
TileManager* tile_manager() const;
FrameRateCounter* frame_rate_counter() const;
- PaintTimeCounter* paint_time_counter() const;
MemoryHistory* memory_history() const;
gfx::Size device_viewport_size() const;
float device_scale_factor() const;

Powered by Google App Engine
This is Rietveld 408576698