Chromium Code Reviews| Index: tests/GLProgramsTest.cpp |
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
| index 897e261e5a6353a9be5c0ccbcb3a43b610fde17d..d96c56c5e235e282f7b8eb4b126069fcf9440ddf 100644 |
| --- a/tests/GLProgramsTest.cpp |
| +++ b/tests/GLProgramsTest.cpp |
| @@ -247,7 +247,7 @@ |
| SkClipStack stack; |
| stack.clipDevRect(screen, SkRegion::kReplace_Op, false); |
| - // wrap the SkClipStack in a GrClip |
| + // wrap the SkClipStack in a GrClipData |
| GrClip clip; |
| clip.setClipStack(&stack); |