[Webkit-unassigned] [Bug 208579] Remove PlatformPath, PlatformPathPtr, and PlatformPathStorageType typedefs in Path.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 10:11:46 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208579

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
>From https://bugs.webkit.org/show_bug.cgi?id=208492:

Darin Adler 2020-03-04 10:07:09 PST
(In reply to Wenson Hsieh from comment #12)
> Would you suggest we rename platformPath, ensurePlatformPath, and m_path to
> something along the lines of nativePath, ensureNativePath, and m_nativePath
> (respectively)?


For CG, I would suggesting calling them something like this:

pathCG or immutableCGPath or cgPath
mutableCGPath
m_path or m_pathCG or m_cgPath

No abstract name for "what CG is", because the code that uses this will all be CG-specific.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200304/82b690a6/attachment.htm>


More information about the webkit-unassigned mailing list