Chromium Code Reviews
DescriptionRename m_fontSize *variable* to currentFontSize.
This is needed to avoid a conflict after automatic renaming done by
rewrite_to_chrome_style clang tool that would rename 2 local variables
to the same new name. Specifically, the tool would:
- Rename |fontSize| variable on line 65 to |font_size|
- Rename |m_fontSize| variable on line 72 to |font_size|
This CL preemptively avoids the problem described above, by manually
renaming |m_fontSize| variable to |currentFontSize|.
BUG=641004
Committed: https://crrev.com/0fa434091907b99a0fa6fb96b5b85ca1a2519d25
Cr-Commit-Position: refs/heads/master@{#441520}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove the no longer needed |this->| part. #Messages
Total messages: 14 (8 generated)
|