DescriptionBlink Rename follow-up: Rename PrintContext::begin/end to Begin/EndPrintMode.
The renaming tool skipped renaming |begin| and |end| methods with an
assumption that they should mimic STL naming convention in all cases.
This assumption is not true for PrintContext::begin and
PrintContext::end methods - this CL renames them to the Chromium style
(expanding their names to BeginPrintMode and EndPrintMode).
BUG=675877
R=thestig@chromium.org
Review-Url: https://codereview.chromium.org/2838343003
Cr-Commit-Position: refs/heads/master@{#467564}
Committed: https://chromium.googlesource.com/chromium/src/+/f40fd439d92c1c788d54e71dae144c6dead3efe6
Patch Set 1 #Patch Set 2 : Fix compilation of PrintContextTest.cpp #
Total comments: 1
Messages
Total messages: 18 (12 generated)
|