diff options
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index d329124a07..1bf10ba553 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -179,7 +179,7 @@ static void set_random_state(GrPipelineBuilder* pipelineBuilder, SkRandom* rando // If we don't have an MSAA rendertarget then we have to disable useHWAA if ((state | GrPipelineBuilder::kHWAntialias_Flag) && - !pipelineBuilder->getRenderTarget()->isMultisampled()) { + !pipelineBuilder->getRenderTarget()->isUnifiedMultisampled()) { state &= ~GrPipelineBuilder::kHWAntialias_Flag; } pipelineBuilder->enableState(state); |
