summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/layer.h')
-rw-r--r--cc/layers/layer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 1f8c8ac..6f391ac 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -16,6 +16,7 @@
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
#include "cc/base/scoped_ptr_vector.h"
+#include "cc/debug/micro_benchmark.h"
#include "cc/layers/compositing_reasons.h"
#include "cc/layers/draw_properties.h"
#include "cc/layers/layer_lists.h"
@@ -425,6 +426,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
return num_dependents_need_push_properties_ > 0;
}
+ virtual void RunMicroBenchmark(MicroBenchmark* benchmark);
+
protected:
friend class LayerImpl;
friend class TreeSynchronizer;