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

Unified Diff: cc/layers/layer_position_constraint.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/layers/layer.cc ('k') | cc/layers/layer_position_constraint.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_position_constraint.h
diff --git a/cc/layers/layer_position_constraint.h b/cc/layers/layer_position_constraint.h
index 1ee4bc72775b403af0c9c0a9be1c2d6216d33c5e..9a5751377369e67ba229ccbddd02fa2224182782 100644
--- a/cc/layers/layer_position_constraint.h
+++ b/cc/layers/layer_position_constraint.h
@@ -9,10 +9,6 @@
namespace cc {
-namespace proto {
-class LayerPositionConstraint;
-}
-
class CC_EXPORT LayerPositionConstraint {
public:
LayerPositionConstraint();
@@ -28,9 +24,6 @@ class CC_EXPORT LayerPositionConstraint {
}
bool is_fixed_to_bottom_edge() const { return is_fixed_to_bottom_edge_; }
- void ToProtobuf(proto::LayerPositionConstraint* proto) const;
- void FromProtobuf(const proto::LayerPositionConstraint& proto);
-
bool operator==(const LayerPositionConstraint&) const;
bool operator!=(const LayerPositionConstraint&) const;
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_position_constraint.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698