| Index: cc/debug/rendering_stats.h
|
| diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h
|
| index 1e2aaa3ef9a873955f956bc14d7b2d1141746cc9..ff1dbef7da1ae6afe11acc73207295a86ddf97e5 100644
|
| --- a/cc/debug/rendering_stats.h
|
| +++ b/cc/debug/rendering_stats.h
|
| @@ -39,7 +39,6 @@ struct CC_EXPORT MainThreadRenderingStats {
|
| int64 recorded_pixel_count;
|
|
|
| MainThreadRenderingStats();
|
| - void IssueTraceEvent() const;
|
| scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData() const;
|
| void Add(const MainThreadRenderingStats& other);
|
| };
|
| @@ -53,7 +52,6 @@ struct CC_EXPORT ImplThreadRenderingStats {
|
| int64 rasterized_pixel_count;
|
|
|
| ImplThreadRenderingStats();
|
| - void IssueTraceEvent() const;
|
| scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData() const;
|
| void Add(const ImplThreadRenderingStats& other);
|
| };
|
|
|