Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: third_party/WebKit/Source/core/editing/FrameSelection.h

Issue 2802983002: Rename FrameSelection::m_pendingSelection to m_layoutSelection (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cd82bbe974d6299857d8544659fbde247c9a869e..ee03da35c749c2389f0532c405ebf7a76d818d82 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -291,7 +291,7 @@ class CORE_EXPORT FrameSelection final
void nodeWillBeRemoved(Node&) final;
Member<LocalFrame> m_frame;
- const Member<LayoutSelection> m_pendingSelection;
+ const Member<LayoutSelection> m_layoutSelection;
const Member<SelectionEditor> m_selectionEditor;
TextGranularity m_granularity;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698