Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
| index aaa88fada1c61b5ead9dd2de02c4b88fa52cda6c..cd82bbe974d6299857d8544659fbde247c9a869e 100644 |
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
| @@ -53,7 +53,7 @@ class GranularityStrategy; |
| class GraphicsContext; |
| class HTMLFormElement; |
| class SelectionEditor; |
| -class PendingSelection; |
| +class LayoutSelection; |
| class TextIteratorBehavior; |
| struct PaintInvalidatorContext; |
| @@ -291,7 +291,7 @@ class CORE_EXPORT FrameSelection final |
| void nodeWillBeRemoved(Node&) final; |
| Member<LocalFrame> m_frame; |
| - const Member<PendingSelection> m_pendingSelection; |
| + const Member<LayoutSelection> m_pendingSelection; |
|
yosin_UTC9
2017/04/06 04:21:48
I expect following patch will rename |m_pendingSel
|
| const Member<SelectionEditor> m_selectionEditor; |
| TextGranularity m_granularity; |