| Index: ui/gfx/path_win.h
|
| diff --git a/ui/gfx/path_win.h b/ui/gfx/path_win.h
|
| index 317a6fb0700b4744855d95d855a696c6c6139eb2..2b850753f98435607f36be79ab395ec1729497ec 100644
|
| --- a/ui/gfx/path_win.h
|
| +++ b/ui/gfx/path_win.h
|
| @@ -19,7 +19,7 @@ namespace gfx {
|
| GFX_EXPORT HRGN CreateHRGNFromSkRegion(const SkRegion& path);
|
|
|
| // Creates a new HRGN given |path|. The caller is responsible for destroying
|
| -// the returned region.
|
| +// the returned region. Returns empty region (not NULL) for empty path.
|
| GFX_EXPORT HRGN CreateHRGNFromSkPath(const SkPath& path);
|
|
|
| } // namespace gfx
|
|
|