Skip to content

Commit

Permalink
Fix SK_API macro in SkTraceMemoryDump_Chrome
Browse files Browse the repository at this point in the history
Add the missing macro for export.

TBR=reed@google.com

Review URL: https://codereview.chromium.org/1379863002

Cr-Commit-Position: refs/heads/master@{#351618}
  • Loading branch information
ssiddhartha authored and Commit bot committed Sep 30, 2015
1 parent 4245dce commit f940fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skia/ext/SkTraceMemoryDump_chrome.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f940fe3

Please sign in to comment.