We can then rename SimpleFontData to Font. This will match better the usual definition of "font".
Created attachment 244604 [details] patch
Attachment 244604 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/FontCascade.h:272: The parameter name "c" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/platform/graphics/FontCascade.cpp:737: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/WebCore/platform/graphics/FontCascade.cpp:738: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/WebCore/platform/graphics/FontCascade.cpp:817: Multi line control clauses should use braces. [whitespace/braces] [4] ERROR: Source/WebCore/platform/graphics/FontCascade.cpp:943: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 5 in 139 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 244604 [details] patch Need to update CMakeList.txt. Also, I agree with the style bot.
Created attachment 244653 [details] for bots 2
Oh my lord
Created attachment 244655 [details] another
Created attachment 244684 [details] another
Created attachment 244685 [details] another
Created attachment 244686 [details] another
Attachment 244686 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/win/UniscribeController.h:30: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 1 in 149 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 244687 [details] another
Attachment 244687 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/win/UniscribeController.h:30: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 1 in 151 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 244688 [details] another
Created attachment 244689 [details] patch
Created attachment 244690 [details] another
https://trac.webkit.org/r178510
(In reply to comment #16) > https://trac.webkit.org/r178510 It broke the Apple Windows build.
https://trac.webkit.org/r178520 should help some
Windows build if fixed after: http://trac.webkit.org/changeset/178521 http://trac.webkit.org/changeset/178523 http://trac.webkit.org/changeset/178525