diff options
Diffstat (limited to 'tests/IntTextureTest.cpp')
-rw-r--r-- | tests/IntTextureTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/IntTextureTest.cpp b/tests/IntTextureTest.cpp index 5aedcfdf78..4e467857b6 100644 --- a/tests/IntTextureTest.cpp +++ b/tests/IntTextureTest.cpp @@ -262,7 +262,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(IntTexture, reporter, ctxInfo) { if (!fp) { return; } - rtContext->clear(nullptr, 0xDDAABBCC, true); + rtContext->clear(nullptr, 0xDDAABBCC, GrRenderTargetContext::CanClearFullscreen::kYes); GrPaint paint; paint.setPorterDuffXPFactory(SkBlendMode::kSrc); paint.addColorFragmentProcessor(std::move(fp)); |