From 723dd790fbef396cd5c6619d0a3656c641b0c3f5 Mon Sep 17 00:00:00 2001 From: "junov@google.com" Date: Wed, 20 Mar 2013 16:54:30 +0000 Subject: [PATCH] Unreviewed. Adding TODO comment to reference newly filed bug. git-svn-id: http://skia.googlecode.com/svn/trunk@8263 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/effects/gradients/SkTwoPointConicalGradient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/gradients/SkTwoPointConicalGradient.cpp b/src/effects/gradients/SkTwoPointConicalGradient.cpp index 38aa60cf7f..04cf1ebfe5 100644 --- a/src/effects/gradients/SkTwoPointConicalGradient.cpp +++ b/src/effects/gradients/SkTwoPointConicalGradient.cpp @@ -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; } -- 2.34.1