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

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

Issue 2352763004: Prune CreateVisiblePositionDeprecated from Editor::firstRectForRange (Closed)
Patch Set: 201609231108 Created 4 years, 3 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/Editor.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/Editor.h
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
index 03ec6ed68c5ac784424fe70a0d4f645ebfa31208..a43cd1c294ff87a8139b7272fb90237e741e237f 100644
--- a/third_party/WebKit/Source/core/editing/Editor.h
+++ b/third_party/WebKit/Source/core/editing/Editor.h
@@ -218,7 +218,6 @@ public:
void computeAndSetTypingStyle(StylePropertySet*, InputEvent::InputType);
IntRect firstRectForRange(const EphemeralRange&) const;
tkent 2016/09/23 05:32:14 Now this function assumes up-to-date layout. We s
Xiaocheng 2016/09/23 05:54:44 Done.
- IntRect firstRectForRange(const Range*) const;
tkent 2016/09/23 05:32:14 Please mention this removal in the CL description.
Xiaocheng 2016/09/23 05:54:44 Done.
void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698