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

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-24T17:52:54 Get rid of redundant explict in RenderedPosition 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..86ea30efc63166b924d483892ea9e56ae6a9b331 100644
--- a/Source/core/editing/RenderedPosition.h
+++ b/Source/core/editing/RenderedPosition.h
@@ -47,7 +47,8 @@ class RenderedPosition {
public:
RenderedPosition();
explicit RenderedPosition(const VisiblePosition&);
- explicit RenderedPosition(const Position&, EAffinity);
+ RenderedPosition(const Position&, EAffinity);
+ RenderedPosition(const PositionInComposedTree&, EAffinity);
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