Unreviewed. Adding TODO comment to reference newly filed bug.
git-svn-id: http://skia.googlecode.com/svn/trunk@8263 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
6e32c4627b
commit
723dd790fb
@ -193,6 +193,7 @@ SkTwoPointConicalGradient::SkTwoPointConicalGradient(
|
||||
bool SkTwoPointConicalGradient::isOpaque() const {
|
||||
// Because areas outside the cone are left untouched, we cannot treat the
|
||||
// shader as opaque even if the gradient itself is opaque.
|
||||
// TODO(junov): Compute whether the cone fills the plane crbug.com/222380
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user