aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrClip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrClip.h')
-rw-r--r--include/gpu/GrClip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h
index 6f1c5d47b2..3385c7474a 100644
--- a/include/gpu/GrClip.h
+++ b/include/gpu/GrClip.h
@@ -13,7 +13,6 @@
#include "GrClipIterator.h"
#include "GrRect.h"
-#include "GrTemplates.h"
#include "SkPath.h"
#include "SkTArray.h"
@@ -78,6 +77,8 @@ public:
}
}
+ // FIXME: This word "empty" is confusing. It means that the clip has no
+ // elements (it is the infinite plane) not that it has no area.
bool isEmpty() const { return 0 == fList.count(); }
/**