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

Unified Diff: Source/core/editing/DragCaretController.h

Issue 1312213008: Move member function rootEditableElement() out from VisiblePosition class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-31T17:55:42 Include VisiblePosition.h Created 5 years, 4 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 | Source/core/editing/DragCaretController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/DragCaretController.h
diff --git a/Source/core/editing/DragCaretController.h b/Source/core/editing/DragCaretController.h
index aa15965b6d3ce4f276a2bc378e255c2369f26557..75c3018881de53c6933d21b396791bc9724e5988 100644
--- a/Source/core/editing/DragCaretController.h
+++ b/Source/core/editing/DragCaretController.h
@@ -39,7 +39,7 @@ public:
LayoutBlock* caretLayoutObject() const;
void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
- bool isContentEditable() const { return m_position.rootEditableElement(); }
+ bool isContentEditable() const;
bool isContentRichlyEditable() const;
bool hasCaret() const { return m_position.isNotNull(); }
« no previous file with comments | « no previous file | Source/core/editing/DragCaretController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698