| Index: include/gpu/GrContextFactory.h
|
| diff --git a/include/gpu/GrContextFactory.h b/include/gpu/GrContextFactory.h
|
| index 3d9f1a386dd7f32507e0eac569a5ea6ff217881c..389c398c7c5720166c493503879d9e34ce687b93 100644
|
| --- a/include/gpu/GrContextFactory.h
|
| +++ b/include/gpu/GrContextFactory.h
|
| @@ -28,7 +28,7 @@
|
| * factory is destroyed (though the caller can always grab a ref on the returned
|
| * GrContext to make it outlive the factory).
|
| */
|
| -class GrContextFactory : GrNoncopyable {
|
| +class GrContextFactory : public SkNoncopyable {
|
| public:
|
| /**
|
| * Types of GL contexts supported.
|
|
|