| Index: include/gpu/GrTypesPriv.h
|
| diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h
|
| index 491b23b37baf93148f692f6853a41c3e18445aba..16e2b0bc56d4468d771296aaf5d2e668bace848f 100644
|
| --- a/include/gpu/GrTypesPriv.h
|
| +++ b/include/gpu/GrTypesPriv.h
|
| @@ -12,10 +12,10 @@
|
| #include "SkTArray.h"
|
| #include "SkRect.h"
|
|
|
| - /**
|
| - * Types of shader-language-specific boxed variables we can create. (Currently only GrGLShaderVars,
|
| - * but should be applicable to other shader languages.)
|
| - */
|
| +/**
|
| + * Types of shader-language-specific boxed variables we can create. (Currently only GrGLShaderVars,
|
| + * but should be applicable to other shader languages.)
|
| + */
|
| enum GrSLType {
|
| kVoid_GrSLType,
|
| kFloat_GrSLType,
|
|
|