| Index: cc/debug/rendering_stats_instrumentation.h
|
| diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
|
| index 9a588affcc3702da2e1db2a29cee1f5e84ea353d..35a07e8ad37a710156bd1bda6a6ddd4697d1cbba 100644
|
| --- a/cc/debug/rendering_stats_instrumentation.h
|
| +++ b/cc/debug/rendering_stats_instrumentation.h
|
| @@ -17,7 +17,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 CC_DEBUG_EXPORT RenderingStatsInstrumentation {
|
| public:
|
| static std::unique_ptr<RenderingStatsInstrumentation> Create();
|
| virtual ~RenderingStatsInstrumentation();
|
|
|