| Index: src/gpu/gl/GrGLShaderBuilder.h
|
| diff --git a/src/gpu/gl/GrGLShaderBuilder.h b/src/gpu/gl/GrGLShaderBuilder.h
|
| index fb75d3a7db86521b9d36013a98f018dd7e379bac..233bb524f50afee552074b9cdce7fc0adaa63102 100644
|
| --- a/src/gpu/gl/GrGLShaderBuilder.h
|
| +++ b/src/gpu/gl/GrGLShaderBuilder.h
|
| @@ -255,7 +255,7 @@ protected:
|
| void appendUniformDecls(ShaderVisibility, SkString*) const;
|
|
|
| private:
|
| - class CodeStage : public SkNoncopyable {
|
| + class CodeStage : SkNoncopyable {
|
| public:
|
| CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
|
|
|
| @@ -274,7 +274,7 @@ private:
|
| return fCurrentIndex;
|
| }
|
|
|
| - class AutoStageRestore : public SkNoncopyable {
|
| + class AutoStageRestore : SkNoncopyable {
|
| public:
|
| AutoStageRestore(CodeStage* codeStage, const GrEffectStage* newStage) {
|
| SkASSERT(NULL != codeStage);
|
|
|