summaryrefslogtreecommitdiffstats
path: root/app/gfx/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/path.h')
-rw-r--r--app/gfx/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gfx/path.h b/app/gfx/path.h
index 96ae427..8062e34 100644
--- a/app/gfx/path.h
+++ b/app/gfx/path.h
@@ -28,6 +28,7 @@ class Path : public SkPath {
#elif defined(OS_LINUX)
// Creates a Gdkregion from the path. The caller is responsible for freeing
// resources used by this region. This only supports polygon paths.
+ // WARNING: this returns NULL for an empty Path.
GdkRegion* CreateGdkRegion() const;
#endif