| Index: include/gpu/GrContextFactory.h
|
| diff --git a/include/gpu/GrContextFactory.h b/include/gpu/GrContextFactory.h
|
| index 333afd29f6b71b0346079346ded27307bc673f4a..916d5df879e5854a48b27f2c910b00a9421874f4 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
|
| * Gr and GL contexts to make them outlive the factory).
|
| */
|
| -class GrContextFactory : public SkNoncopyable {
|
| +class GrContextFactory : SkNoncopyable {
|
| public:
|
| /**
|
| * Types of GL contexts supported. For historical and testing reasons the native GrContext will
|
|
|