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

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.cc

Issue 379473002: Rename composited selection anchor/focus to start/end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test Created 6 years, 5 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 | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_layer_tree_view_impl_for_testing.cc
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
index 3c632950bafbbd94eb2b3d5fef51fe72e5952c76..53384067fb46145fb7e95f1d7a1bf2d2b7d6cb89 100644
--- a/content/test/web_layer_tree_view_impl_for_testing.cc
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc
@@ -168,8 +168,8 @@ void WebLayerTreeViewImplForTesting::clearViewportLayers() {
}
void WebLayerTreeViewImplForTesting::registerSelection(
- const blink::WebSelectionBound& anchor,
- const blink::WebSelectionBound& focus) {
+ const blink::WebSelectionBound& start,
+ const blink::WebSelectionBound& end) {
}
void WebLayerTreeViewImplForTesting::clearSelection() {
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698