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

Unified Diff: sky/engine/core/editing/Caret.h

Issue 681553003: Remove a bunch of unused or never-set settings. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/dom/Position.cpp ('k') | sky/engine/core/editing/Caret.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/Caret.h
diff --git a/sky/engine/core/editing/Caret.h b/sky/engine/core/editing/Caret.h
index c9d7a107034b76124f59af0f5dcda45f9b1c31fd..689d927f6e2ba62f5e74deeab64ae94c732ef30d 100644
--- a/sky/engine/core/editing/Caret.h
+++ b/sky/engine/core/editing/Caret.h
@@ -54,7 +54,6 @@ protected:
bool updateCaretRect(Document*, const PositionWithAffinity& caretPosition);
bool updateCaretRect(Document*, const VisiblePosition& caretPosition);
IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&) const;
- bool shouldRepaintCaret(const RenderView*, bool isContentEditable) const;
void paintCaret(Node*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
const LayoutRect& localCaretRectWithoutUpdate() const { return m_caretLocalRect; }
« no previous file with comments | « sky/engine/core/dom/Position.cpp ('k') | sky/engine/core/editing/Caret.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698