| 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() {}
|
|
|
|
|