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

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

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
« no previous file with comments | « Source/core/editing/PositionWithAffinity.cpp ('k') | Source/core/editing/RenderedPosition.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/RenderedPosition.h
diff --git a/Source/core/editing/RenderedPosition.h b/Source/core/editing/RenderedPosition.h
index 3d602b90b5257b9a802d574894e25c7e5d63a21d..764cc4c124d3daa86c2d89bde93715cbcf8f9030 100644
--- a/Source/core/editing/RenderedPosition.h
+++ b/Source/core/editing/RenderedPosition.h
@@ -48,6 +48,7 @@ public:
RenderedPosition();
explicit RenderedPosition(const VisiblePosition&);
explicit RenderedPosition(const Position&, EAffinity);
+ explicit RenderedPosition(const PositionInComposedTree&, EAffinity);
tkent 2015/06/24 08:03:14 remove |explicit|
yosin_UTC9 2015/06/24 09:09:04 Done.
bool isEquivalent(const RenderedPosition&) const;
bool isNull() const { return !m_layoutObject; }
« no previous file with comments | « Source/core/editing/PositionWithAffinity.cpp ('k') | Source/core/editing/RenderedPosition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698