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

Unified Diff: public/platform/WebLayerTreeView.h

Issue 1310583005: Remove overload of WebLayerTreeView::registerSelection. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerTreeView.h
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
index 67a11e23a4c616277f53bd5869a5f127bdabf88c..dd9d9179749e6f0ab6a741423c7d7d8fa202ba71 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -148,8 +148,6 @@ public:
virtual void clearViewportLayers() { }
// Used to update the active selection bounds.
- // FIXME: Remove this overload when downstream consumers have been updated to use WebSelection, crbug.com/466672.
- virtual void registerSelection(const WebSelectionBound& start, const WebSelectionBound& end) { }
virtual void registerSelection(const WebSelection&) { }
virtual void clearSelection() { }
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698