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

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

Issue 1636373002: Make associatedLayoutObjectOf() to handle ::first-letter pseudo-element correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-01-28T14:03:04 Created 4 years, 11 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
Index: third_party/WebKit/Source/core/editing/VisibleUnits.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.h b/third_party/WebKit/Source/core/editing/VisibleUnits.h
index 94f36c29da8d1993160623e5e32e4e87463679cb..95c68bc4e4a9ee44f2cf3f147759f7f6f2f0d711 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -75,6 +75,7 @@ struct InlineBoxPosition {
std::ostream& operator<<(std::ostream&, const InlineBoxPosition&);
// offset functions on Node
+CORE_EXPORT LayoutObject* associatedLayoutObjectOf(const Node&, int offsetInNode);
tkent 2016/01/29 00:56:09 Is this |offset functions on Node|?
yosin_UTC9 2016/01/29 03:45:12 Done.
CORE_EXPORT int caretMinOffset(const Node*);
CORE_EXPORT int caretMaxOffset(const Node*);

Powered by Google App Engine
This is Rietveld 408576698