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

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

Issue 2272343002: Introduce DragController::hasCaretIn() (Closed)
Patch Set: 2016-08-25T15:59:17 Created 4 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 | third_party/WebKit/Source/core/editing/DragCaretController.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/DragCaretController.h
diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.h b/third_party/WebKit/Source/core/editing/DragCaretController.h
index 00d4f8450c292f10b169bef24d042e6bf9774426..5810d7b397d6d86a54f1d48b3c160f5b680f35de 100644
--- a/third_party/WebKit/Source/core/editing/DragCaretController.h
+++ b/third_party/WebKit/Source/core/editing/DragCaretController.h
@@ -35,10 +35,9 @@ class DragCaretController final : public GarbageCollectedFinalized<DragCaretCont
public:
static DragCaretController* create();
- LayoutBlock* caretLayoutObject() const;
void paintDragCaret(LocalFrame*, GraphicsContext&, const LayoutPoint&) const;
- bool isContentEditable() const;
+ bool hasCaretIn(const LayoutBlock&) const;
bool isContentRichlyEditable() const;
bool hasCaret() const { return m_position.isNotNull(); }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/DragCaretController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698