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

Unified Diff: ui/base/touch/selection_bound.h

Issue 908033003: Remove dependency from ui/base to cc on non-Android platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: ui/base/touch/selection_bound.h
diff --git a/ui/base/touch/selection_bound.h b/ui/base/touch/selection_bound.h
index 27d734a18de8589d2d4ac42fc86e680f3b7832d8..52491f0a7c655b4e5e5fa522291cfc6f5e351a4c 100644
--- a/ui/base/touch/selection_bound.h
+++ b/ui/base/touch/selection_bound.h
@@ -9,10 +9,6 @@
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/point_f.h"
-namespace cc {
-struct ViewportSelectionBound;
-}
-
namespace gfx {
class Rect;
}
@@ -31,7 +27,7 @@ class UI_BASE_EXPORT SelectionBound {
};
SelectionBound();
- explicit SelectionBound(const cc::ViewportSelectionBound& bound);
+ SelectionBound(const SelectionBound& other);
~SelectionBound();
Type type() const { return type_; }
« ui/base/BUILD.gn ('K') | « ui/base/android/DEPS ('k') | ui/base/touch/selection_bound.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698