DescriptionMark LayoutText::AbsoluteRectsForRange() and AbsoluteQuadsForRange() as const member function
This patch marks |AbsoluteRectsForRange()| and |AbsoluteQuadsForRange()| in
|LayoutText| as const member function since these function don't modify
member variables and don't call non-const member functions.
This patch is a preparation of patch[1].
[1] http://crrev.com/2839633002: Introduce ComputeTextBounds template in Range.cpp
BUG=691198
TEST=n/a; no behavior changes
Review-Url: https://codereview.chromium.org/2837273002
Cr-Commit-Position: refs/heads/master@{#466925}
Committed: https://chromium.googlesource.com/chromium/src/+/a3bf55ce6853e03b407fb255a8101b0731cd529a
Patch Set 1 #
Messages
Total messages: 14 (10 generated)
|