| 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) {
|
|
|