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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutView.h

Issue 2818703002: Shorten LayoutSelectionStartEnd() call stack (Closed)
Patch Set: rebase Created 3 years, 8 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: third_party/WebKit/Source/core/layout/LayoutView.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
index ed3ca8df3b96eaca4970fc2d055dc969dd207809..c2dbd58980be5c8a8548079fb6c077048123ba52 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.h
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h
@@ -151,7 +151,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
void ClearSelection();
bool HasPendingSelection() const;
void CommitPendingSelection();
- void SelectionStartEnd(int& start_pos, int& end_pos);
void AbsoluteRects(Vector<IntRect>&,
const LayoutPoint& accumulated_offset) const override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698