Skip to content

Commit

Permalink
Fix FP / header inconsistency
Browse files Browse the repository at this point in the history
Bug: skia:
Change-Id: I99673d19ae7ce6dd7f781ffd58318e8abd524db9
Reviewed-on: https://skia-review.googlesource.com/c/168364
Commit-Queue: Brian Osman <[email protected]>
Commit-Queue: Allan MacKinnon <[email protected]>
Auto-Submit: Brian Osman <[email protected]>
Reviewed-by: Allan MacKinnon <[email protected]>
  • Loading branch information
brianosman authored and Skia Commit-Bot committed Nov 6, 2018
1 parent 2dfab27 commit 5b2bda7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gpu/effects/GrRRectBlurEffect.fp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ uniform half blurRadius;

GrPaint paint;

rtc->clear(nullptr, 0x0, GrRenderTargetContext::CanClearFullscreen::kYes);
rtc->clear(nullptr, SK_PMColor4fTRANSPARENT,
GrRenderTargetContext::CanClearFullscreen::kYes);
rtc->drawRRect(GrNoClip(), std::move(paint), GrAA::kYes, SkMatrix::I(), rrectToDraw,
GrStyle::SimpleFill());

Expand Down

0 comments on commit 5b2bda7

Please sign in to comment.