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

Unified Diff: include/gpu/GrNoncopyable.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/GrContext.h ('k') | include/gpu/gl/GrGLInterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrNoncopyable.h
diff --git a/include/gpu/GrNoncopyable.h b/include/gpu/GrNoncopyable.h
index 3d471709119cf24291b2dfa2448c5201f7172819..d35f8d712445796f72e634ee68f31cf78b342224 100644
--- a/include/gpu/GrNoncopyable.h
+++ b/include/gpu/GrNoncopyable.h
@@ -6,8 +6,6 @@
* found in the LICENSE file.
*/
-
-
#ifndef GrNoncopyable_DEFINED
#define GrNoncopyable_DEFINED
@@ -17,7 +15,7 @@
* Base for classes that want to disallow copying themselves. It makes its
* copy-constructor and assignment operators private (and unimplemented).
*/
-class GR_API GrNoncopyable {
+class SK_API GrNoncopyable {
public:
GrNoncopyable() {}
« no previous file with comments | « include/gpu/GrContext.h ('k') | include/gpu/gl/GrGLInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698