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

Unified Diff: include/gpu/GrContext.h

Issue 22881005: Replace uses of GR_API by SK_API. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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 | « include/gpu/GrConfig.h ('k') | include/gpu/GrNoncopyable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 759c7e4aeefe98eb88012ab99905ba58ecaa0d13..22e026e82bc8da6ff90619a0219deefcf4a97272 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -39,7 +39,7 @@ class GrVertexBufferAllocPool;
class GrSoftwarePathRenderer;
class SkStrokeRec;
-class GR_API GrContext : public GrRefCnt {
+class SK_API GrContext : public GrRefCnt {
public:
SK_DECLARE_INST_COUNT(GrContext)
« no previous file with comments | « include/gpu/GrConfig.h ('k') | include/gpu/GrNoncopyable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698