| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index f41903ae7e1eff366c81e0f834932af1c3a41a89..16f3f1b708fc0754f1b2ddc30b16ec8a1f79fda0 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -444,15 +444,7 @@ private:
|
| }
|
| } fHWBlendState;
|
|
|
| - struct {
|
| - TriState fMSAAEnabled;
|
| - TriState fSmoothLineEnabled;
|
| - void invalidate() {
|
| - fMSAAEnabled = kUnknown_TriState;
|
| - fSmoothLineEnabled = kUnknown_TriState;
|
| - }
|
| - } fHWAAState;
|
| -
|
| + TriState fMSAAEnabled;
|
|
|
| GrGLProgram::MatrixState fHWProjectionMatrixState;
|
|
|
|
|