Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b120d41b47b37df7e8c8238955985e142b0ae094
/
gm
/
nonclosedpaths.cpp
7571f9e
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
by John Stiles
· 4 years, 4 months ago
92f6eb1
use pathbuilder
by Mike Reed
· 4 years, 4 months ago
a6841be
Enable ClangTidy check llvm-namespace-comment.
by John Stiles
· 4 years, 5 months ago
7fde8e1
IWYU for gms.
by Ben Wagner
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
dbfd7ab
Replace a lot of 'static const' with 'constexpr' or 'const'.
by mtklein
· 8 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
1c40292
remove unused GM flags
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
a90c680
Turn on quilt mode in DM.
by commit-bot@chromium.org
· 11 years ago
7fa2a65
fix more 64bit warnings
by reed@google.com
· 11 years ago
5916705
add GM case nonclosedpaths. The 2 bugs below showed some non-closed paths which are easy to get wrong rendering results. So add a GM case for this kind paths to avoid potential bugs to be introduced.
by commit-bot@chromium.org
· 11 years ago