summaryrefslogtreecommitdiffstats
path: root/cc/input/layer_selection_bound.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/input/layer_selection_bound.h')
-rw-r--r--cc/input/layer_selection_bound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/input/layer_selection_bound.h b/cc/input/layer_selection_bound.h
index 21d5284..10b14d9 100644
--- a/cc/input/layer_selection_bound.h
+++ b/cc/input/layer_selection_bound.h
@@ -6,6 +6,7 @@
#define CC_INPUT_LAYER_SELECTION_BOUND_H_
#include "cc/base/cc_export.h"
+#include "cc/input/selection.h"
#include "cc/input/selection_bound_type.h"
#include "ui/gfx/geometry/point_f.h"
@@ -25,6 +26,8 @@ struct CC_EXPORT LayerSelectionBound {
bool operator==(const LayerSelectionBound& lhs, const LayerSelectionBound& rhs);
bool operator!=(const LayerSelectionBound& lhs, const LayerSelectionBound& rhs);
+typedef Selection<LayerSelectionBound> LayerSelection;
+
} // namespace cc
#endif // CC_INPUT_LAYER_SELECTION_BOUND_H_