Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: skia/ext/SkTraceMemoryDump_chrome.h

Issue 1379863002: Fix SK_API macro in SkTraceMemoryDump_Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_sub_chrome
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698