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

Unified Diff: cc/input/layer_selection_bound.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 years, 11 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
« no previous file with comments | « cc/blimp/synced_property_remote_unittest.cc ('k') | cc/input/layer_selection_bound.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/layer_selection_bound.h
diff --git a/cc/input/layer_selection_bound.h b/cc/input/layer_selection_bound.h
index 7e1516c675ae1d6e1d5e8204c03fba5889ae19e0..be40a562a7af6f388cf91b18c3ccd045c9fdc6ba 100644
--- a/cc/input/layer_selection_bound.h
+++ b/cc/input/layer_selection_bound.h
@@ -12,11 +12,6 @@
namespace cc {
-namespace proto {
-class LayerSelection;
-class LayerSelectionBound;
-} // namespace proto
-
// Marker for a selection end-point attached to a specific layer.
// TODO(fsamuel): This could be unified with gfx::SelectionBound.
struct CC_EXPORT LayerSelectionBound {
@@ -30,18 +25,10 @@ struct CC_EXPORT LayerSelectionBound {
bool operator==(const LayerSelectionBound& other) const;
bool operator!=(const LayerSelectionBound& other) const;
-
- void ToProtobuf(proto::LayerSelectionBound* proto) const;
- void FromProtobuf(const proto::LayerSelectionBound& proto);
};
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_
« no previous file with comments | « cc/blimp/synced_property_remote_unittest.cc ('k') | cc/input/layer_selection_bound.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698