Side by Side Diff: content/browser/font_access/font_getter_default.cc
Issue 1615133002:
Implement API for accessing fonts installed locally on the system. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set:
Created 4 years, 10 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
On 2016/02/12 22:05:18, nasko (away for February) wrote:
> Why do you need a _default.cc file instead of folding this into the main
> font_getter.cc?
Other OS implementations will implement the GetFontCacheMap method and only the
correct implementation will be compiled for the OS (i.e. the default will not
be). The default implementation will only be compiled in for OSes which do not
have an implementation of the GetFontCacheMap method yet.
Issue 1615133002: Implement API for accessing fonts installed locally on the system.
(Closed)
Created 4 years, 11 months ago by Daniel Nishi
Modified 4 years, 8 months ago
Reviewers: esprehn, haraken, mlamouri (slow - plz ping), nasko, jamartin (wrong), palmer
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 145