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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 2030033003: Replace cc::ViewportSelectionBound with gfx::SelectionBound (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android build compiles locally Created 4 years, 6 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: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 3b7e3a23ca8b4b63cd5f68112a8d64abafce9b81..f7006acb6e33691ac54c999bc9218d6aa1c2d544 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -406,7 +406,7 @@ class CC_EXPORT LayerTreeImpl {
// Compute the current selection handle location and visbility with respect to
// the viewport.
- void GetViewportSelection(ViewportSelection* selection);
+ void GetViewportSelection(Selection<gfx::SelectionBound>* selection);
void set_top_controls_shrink_blink_size(bool shrink);
bool top_controls_shrink_blink_size() const {

Powered by Google App Engine
This is Rietveld 408576698