Chromium Code Reviews
DescriptionUse enum instead of "bool preserveSelection and bool preserveStyle" of moveParagraph()
This CL adds ShouldPreserveSelection and ShouldPreserveStyle enum types
to CompositeEditCommand as follows:
enum ShouldPreserveSelection { PreserveSelection, DoNotPreserveSelection };
enum ShouldPreserveStyle { PreserveStyle, DoNotPreserveStyle };
BUG=none
Committed: https://crrev.com/1817607a8dc506b30d29e4adc3021237fa0054ec
Cr-Commit-Position: refs/heads/master@{#400207}
Patch Set 1 #
Messages
Total messages: 18 (9 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||