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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cc/input/layer_selection_bound.h b/cc/input/layer_selection_bound.h
index fa17399..333d1ef 100644
--- a/cc/input/layer_selection_bound.h
+++ b/cc/input/layer_selection_bound.h
@@ -13,6 +13,7 @@
namespace cc {
namespace proto {
+class LayerSelection;
class LayerSelectionBound;
} // namespace proto
@@ -35,6 +36,11 @@ struct CC_EXPORT LayerSelectionBound {
typedef Selection<LayerSelectionBound> LayerSelection;
+CC_EXPORT void LayerSelectionToProtobuf(const LayerSelection& selection,
+ proto::LayerSelection* proto);
+CC_EXPORT void LayerSelectionFromProtobuf(LayerSelection* selection,
+ const proto::LayerSelection& proto);
+
} // namespace cc
#endif // CC_INPUT_LAYER_SELECTION_BOUND_H_