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 2773923002: Remove unused LayoutView::selectionStatrt/End functions (Closed)
Patch Set: Created 3 years, 9 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/layout/LayoutView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fccdf4bdaf1c8e542bce67dcd3cdb97429682eef..3192c97ec23fd641c042b42269fd93c80264a010 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.h
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h
@@ -159,8 +159,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
void clearSelection();
bool hasPendingSelection() const;
void commitPendingSelection();
- LayoutObject* selectionStart();
- LayoutObject* selectionEnd();
IntRect selectionBounds();
void selectionStartEnd(int& startPos, int& endPos);
void invalidatePaintForSelection();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698