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

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h

Issue 2950503003: Remove unused LayoutViewItem::ClearSelection() (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
index 0d1df02fceace8494ea6669b300cd94619c98ee2..e3dded21d056633b66e84e1345554d6badc0b2af 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
@@ -42,8 +42,6 @@ class LayoutViewItem : public LayoutBlockItem {
return ToView()->OverflowClipRect(location);
}
- void ClearSelection() { return ToView()->ClearSelection(); }
-
bool HitTest(HitTestResult& result) { return ToView()->HitTest(result); }
bool HitTestNoLifecycleUpdate(HitTestResult& result) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698