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

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

Issue 1303163006: Introduce composed tree version of directionOfEnclosingBlock() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-28T14:44:15 Follow review comments 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/EditingUtilities.cpp » ('j') | Source/core/editing/EditingUtilities.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/EditingUtilities.h
diff --git a/Source/core/editing/EditingUtilities.h b/Source/core/editing/EditingUtilities.h
index 020dfb5cbcec1365feaf1bf9c6ea5e9e0641d179..c9a039ef4f31017d8fcf7cbab0bad83ada7fef31 100644
--- a/Source/core/editing/EditingUtilities.h
+++ b/Source/core/editing/EditingUtilities.h
@@ -149,7 +149,8 @@ bool isNonTableCellHTMLBlockElement(const Node*);
bool isBlockFlowElement(const Node&);
bool nodeIsUserSelectAll(const Node*);
bool nodeIsUserSelectNone(Node*);
-TextDirection directionOfEnclosingBlock(const Position&);
+CORE_EXPORT TextDirection directionOfEnclosingBlock(const Position&);
+CORE_EXPORT TextDirection directionOfEnclosingBlock(const PositionInComposedTree&);
CORE_EXPORT TextDirection primaryDirectionOf(const Node&);
// -------------------------------------------------------------------------
« no previous file with comments | « no previous file | Source/core/editing/EditingUtilities.cpp » ('j') | Source/core/editing/EditingUtilities.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698