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

Unified Diff: third_party/WebKit/Source/core/editing/PendingSelection.h

Issue 2710613002: Make PendingSelection::calcVisibleSelection() to return SelectionInFlatTree (Closed)
Patch Set: 2017-02-21T13:20:23 Created 3 years, 10 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 | third_party/WebKit/Source/core/editing/PendingSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/PendingSelection.h
diff --git a/third_party/WebKit/Source/core/editing/PendingSelection.h b/third_party/WebKit/Source/core/editing/PendingSelection.h
index aec09a88aeba64e52bc04391691d4256e5a74084..f1b7b62411fcd1c054f227830da275777e9df7fc 100644
--- a/third_party/WebKit/Source/core/editing/PendingSelection.h
+++ b/third_party/WebKit/Source/core/editing/PendingSelection.h
@@ -48,7 +48,7 @@ class PendingSelection final : public GarbageCollected<PendingSelection> {
const VisibleSelection& visibleSelection() const;
- VisibleSelectionInFlatTree calcVisibleSelection(
+ SelectionInFlatTree calcVisibleSelection(
const VisibleSelectionInFlatTree&) const;
Member<FrameSelection> m_frameSelection;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/PendingSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698