| Index: skia/ext/SkTraceMemoryDump_chrome.h
|
| diff --git a/skia/ext/SkTraceMemoryDump_chrome.h b/skia/ext/SkTraceMemoryDump_chrome.h
|
| index e4e1a5defc3a5a344440bb360e7f3c29b14ce9fc..42a0e0e2c865b53e88253680bc7badb407e40f5c 100644
|
| --- a/skia/ext/SkTraceMemoryDump_chrome.h
|
| +++ b/skia/ext/SkTraceMemoryDump_chrome.h
|
| @@ -21,7 +21,7 @@ class ProcessMemoryDump;
|
|
|
| namespace skia {
|
|
|
| -class SkTraceMemoryDump_Chrome : public SkTraceMemoryDump {
|
| +class SK_API SkTraceMemoryDump_Chrome : public SkTraceMemoryDump {
|
| public:
|
| // This should never outlive the OnMemoryDump call since the
|
| // ProcessMemoryDump is valid only in that timeframe. Optional
|
|
|