DescriptionManually rename \<m_[0-9]... fields to help rewrite_to_chrome_style tool.
rewrite_to_chrome_style tool has trouble renaming \<m_[0-9]... fields,
because |m_3dRenderingContext| shouldn't be renamed to
|3d_rendering_context_| (the latter is not a valid C++ identifier).
Therefore, this CL manually renames all \<m_[0-9]... fields under
third_party/WebKit/Source, so that a digit will not appear as the first
character of the name.
A few extra fields have been renamed in core/paint/PaintLayer.h/.cpp
for consistency between ...StatusDirty and is...Dirty.
A few extra changes have been made to follow recent style changes
(e.g. to prefer DCHECK over ASSERT in new code).
BUG=641027
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Committed: https://crrev.com/82c4e80517dfaef9422cb124df9f1add28b28029
Cr-Commit-Position: refs/heads/master@{#415320}
Patch Set 1 #
Messages
Total messages: 15 (8 generated)
|