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

Unified Diff: public/platform/WebSelectionBound.h

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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/tests/data/composited_selection_bounds_transformed.html ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSelectionBound.h
diff --git a/public/platform/WebSelectionBound.h b/public/platform/WebSelectionBound.h
index 04b67e219a133e895537e8a74a9279e22e58276b..bdedd3636e685e4a8cff8b5c1e863b384057f490 100644
--- a/public/platform/WebSelectionBound.h
+++ b/public/platform/WebSelectionBound.h
@@ -6,7 +6,6 @@
#define WebSelectionBound_h
#include "public/platform/WebPoint.h"
-#include "public/platform/WebRect.h"
namespace blink {
@@ -31,12 +30,6 @@ struct WebSelectionBound {
// The id of the platform layer to which the bound should be anchored.
int layerId;
- // The one-dimensional rect of the bound's edge in layer coordinates, not to
- // be confused with the selection region.
- // FIXME: Remove when downstream code uses |edge{Top|Bottom}InLayer|,
- // crbug.com/405666.
- WebRect edgeRectInLayer;
-
// The bottom and top coordinates of the edge (caret), in layer coordinates,
// that define the selection bound.
WebPoint edgeTopInLayer;
« no previous file with comments | « Source/web/tests/data/composited_selection_bounds_transformed.html ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698