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

Unified Diff: Source/core/dom/Position.h

Issue 1201403002: Make VisiblePosition constructor to canonicalize a position in composed tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-25T17:29:10 Update use-events-crash.svg expectations 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 | « LayoutTests/platform/win/svg/custom/use-events-crash-expected.txt ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Position.h
diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h
index cb4e4ad1a7173f4a335c3ebdcf8884fc48cd2547..c87e5a32e60c3614af4c24677d2d36de3fa2b5ab 100644
--- a/Source/core/dom/Position.h
+++ b/Source/core/dom/Position.h
@@ -453,6 +453,7 @@ typename Strategy::PositionType PositionAlgorithm<Strategy>::lastPositionInOrAft
}
PositionInComposedTree toPositionInComposedTree(const Position&);
+Position toPositionInDOMTree(const Position&);
Position toPositionInDOMTree(const PositionInComposedTree&);
} // namespace blink
« no previous file with comments | « LayoutTests/platform/win/svg/custom/use-events-crash-expected.txt ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698