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:
junov@google.com 2013-03-20 16:54:30 +00:00
parent 6e32c4627b
commit 723dd790fb

View File

@ -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;
}