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

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

Issue 2800813006: Move layouet/LayoutView::setSelection() to editing/LayoutSelection (Closed)
Patch Set: nit 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/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 141015c68957ebbcd554c22185e721bb8b521121..72af0b9008adc5c066a0ca27ec470b485fe3c747 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
@@ -52,12 +52,6 @@ class LayoutViewItem : public LayoutBlockItem {
return ToView()->HitTestNoLifecycleUpdate(result);
}
- IntRect SelectionBounds() { return ToView()->SelectionBounds(); }
-
- void InvalidatePaintForSelection() {
- return ToView()->InvalidatePaintForSelection();
- }
-
// bool hitTest(HitTestResult&);
// bool hitTestNoLifecycleUpdate(HitTestResult&);

Powered by Google App Engine
This is Rietveld 408576698