DescriptionAvoid to use static member function VisibleSelection::selectionType() in PendingSelection class
This patch replaces static member function |VisibleSelection::selectionType()|
by |VisibleSelection::Strategy::selectionType()| in |PendingSelection| class
as preparation of moving |VisibleSelection::selctionType()| out from
|VisibleSelection| as local static function, since it is used only
|PendingSelection| and |VisibleSelection| classes for ease of templatizing
|VisibleSelection| to introduce composed tree version.
This patch is a preparation of making selection to handle granularity for web
component, http://crrev.com/1277863002
BUG=513568
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201625
Patch Set 1 : 2015-09-02T13:22:23 #
Messages
Total messages: 10 (4 generated)
|