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

Unified Diff: cc/debug/micro_benchmark.h

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: auto Created 3 years, 11 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
« no previous file with comments | « cc/debug/invalidation_benchmark.cc ('k') | cc/debug/micro_benchmark.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/micro_benchmark.h
diff --git a/cc/debug/micro_benchmark.h b/cc/debug/micro_benchmark.h
index 454aab6f67cd2946d3fd6620742633bca85bd392..6703bf4ee4a0a20872388b11aa6852537f07103d 100644
--- a/cc/debug/micro_benchmark.h
+++ b/cc/debug/micro_benchmark.h
@@ -17,8 +17,8 @@ class Value;
namespace cc {
-class LayerTree;
class Layer;
+class LayerTreeHost;
class PictureLayer;
class MicroBenchmarkImpl;
class CC_EXPORT MicroBenchmark {
@@ -29,7 +29,7 @@ class CC_EXPORT MicroBenchmark {
virtual ~MicroBenchmark();
bool IsDone() const;
- virtual void DidUpdateLayers(LayerTree* layer_tree);
+ virtual void DidUpdateLayers(LayerTreeHost* layer_tree_host);
int id() const { return id_; }
void set_id(int id) { id_ = id; }
« no previous file with comments | « cc/debug/invalidation_benchmark.cc ('k') | cc/debug/micro_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698