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

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

Issue 1324873002: Move absoluteCaretBoundsOf() for VisiblePosition to VisibleUnits.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-09-01T16:18:49 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/VisiblePosition.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/VisiblePosition.h
diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
index 3a59bda4f43c187054a2ba75f62c9456de3049b0..c38b3b3602a29e3dafbd0c579984bf89c058a0d2 100644
--- a/Source/core/editing/VisiblePosition.h
+++ b/Source/core/editing/VisiblePosition.h
@@ -112,10 +112,6 @@ private:
TextAffinity m_affinity;
};
-// TODO(yosin) We should move |absoluteCaretBoundsOf()| to "VisibleUnits.cpp".
-// Bounds of (possibly transformed) caret in absolute coords
-CORE_EXPORT IntRect absoluteCaretBoundsOf(const VisiblePosition&);
-
// TODO(yosin) We should move |leftPositionOf()| and |rightPositionOf()| to
// "VisibleUnits.cpp".
VisiblePosition leftPositionOf(const VisiblePosition&);
« no previous file with comments | « no previous file | Source/core/editing/VisiblePosition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698