| 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_; }
|
|
|