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

Unified Diff: Source/core/editing/PositionWithAffinity.cpp

Issue 1203613003: Make inSameLine() in VisibleUnits.cpp to work with positions in composed tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-24T16:57:02 Add EditingTestBase::updateLayoutAndStyleForPainting() Created 5 years, 6 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: Source/core/editing/PositionWithAffinity.cpp
diff --git a/Source/core/editing/PositionWithAffinity.cpp b/Source/core/editing/PositionWithAffinity.cpp
index 50de54114602b0be1388aa140b685adae0b23ee1..963b7d0a1fb964c8256ca41c63c490c6237548ff 100644
--- a/Source/core/editing/PositionWithAffinity.cpp
+++ b/Source/core/editing/PositionWithAffinity.cpp
@@ -34,5 +34,6 @@ bool PositionWithAffinityTemplate<PositionType>::operator==(const PositionWithAf
}
template class CORE_EXTERN_TEMPLATE_EXPORT PositionWithAffinityTemplate<Position>;
+template class CORE_EXTERN_TEMPLATE_EXPORT PositionWithAffinityTemplate<PositionInComposedTree>;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698