| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index f94748b7ff87b257fe7d514caabd7042cde494c1..8416a11cdba83ea4b8a7d77b20d3b59f2adbe041 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -385,7 +385,7 @@ class COMPOSITOR_EXPORT Compositor
|
| }
|
|
|
| const cc::FrameSinkId& frame_sink_id() const { return frame_sink_id_; }
|
| - int committed_frame_number() const { return committed_frame_number_; }
|
| + int activated_frame_count() const { return activated_frame_count_; }
|
| float refresh_rate() const { return refresh_rate_; }
|
|
|
| private:
|
| @@ -411,7 +411,7 @@ class COMPOSITOR_EXPORT Compositor
|
|
|
| gfx::AcceleratedWidget widget_;
|
| // A sequence number of a current compositor frame for use with metrics.
|
| - int committed_frame_number_;
|
| + int activated_frame_count_;
|
|
|
| // current VSYNC refresh rate per second.
|
| float refresh_rate_;
|
|
|