| commit | d28063e4916b489f572eb8358efcb7305f88c2fd | [log] [tgz] |
|---|---|---|
| author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 12:23:06 2013 +0000 |
| committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 12:23:06 2013 +0000 |
| tree | 4f9b61988b56e6920d4df1e6149b187455f85bf5 | |
| parent | a61ba109bf1a60c6de8f9ebea043e782497b88cc [diff] [blame] |
Replace uses of GR_API by SK_API. R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/22881005 git-svn-id: http://skia.googlecode.com/svn/trunk@10808 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 414d2fa..ab38709 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h
@@ -39,7 +39,7 @@ class GrSoftwarePathRenderer; class SkStrokeRec; -class GR_API GrContext : public GrRefCnt { +class SK_API GrContext : public GrRefCnt { public: SK_DECLARE_INST_COUNT(GrContext)