| Index: cc/debug/rendering_stats_instrumentation.h
|
| diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
|
| index 8d95929f3aa2910a911c9bc9ea06f8debcf34f54..5bdd427a007d7c67ef6447b9ca9c368f116697e4 100644
|
| --- a/cc/debug/rendering_stats_instrumentation.h
|
| +++ b/cc/debug/rendering_stats_instrumentation.h
|
| @@ -13,7 +13,7 @@ namespace cc {
|
|
|
| // RenderingStatsInstrumentation is shared among threads and manages conditional
|
| // recording of rendering stats into a private RenderingStats instance.
|
| -class CC_EXPORT RenderingStatsInstrumentation {
|
| +class RenderingStatsInstrumentation {
|
| public:
|
| static scoped_ptr<RenderingStatsInstrumentation> Create();
|
| virtual ~RenderingStatsInstrumentation();
|
|
|