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

Unified Diff: cc/proto/cc_conversions.h

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/proto/begin_main_frame_and_commit_state.proto ('k') | cc/proto/cc_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/cc_conversions.h
diff --git a/cc/proto/cc_conversions.h b/cc/proto/cc_conversions.h
index a52124c5009fe269e7c2fe098cc3b9345cd15160..6d74018e506ada89563ba8b81459169fe4dd20b6 100644
--- a/cc/proto/cc_conversions.h
+++ b/cc/proto/cc_conversions.h
@@ -8,7 +8,6 @@
#include "cc/base/cc_export.h"
#include "cc/input/scrollbar.h"
#include "cc/proto/layer.pb.h"
-#include "cc/proto/property_tree.pb.h"
#include "cc/trees/clip_node.h"
namespace cc {
@@ -30,11 +29,6 @@ CC_EXPORT ScrollbarOrientation ScrollbarOrientationFromProto(
const proto::SolidColorScrollbarLayerProperties::ScrollbarOrientation&
proto);
-proto::ClipNodeData::ClipType ClipNodeTypeToProto(
- const ClipNode::ClipType& clip_type);
-ClipNode::ClipType ClipNodeTypeFromProto(
- const proto::ClipNodeData::ClipType& clip_type);
-
} // namespace cc
#endif // CC_PROTO_CC_CONVERSIONS_H_
« no previous file with comments | « cc/proto/begin_main_frame_and_commit_state.proto ('k') | cc/proto/cc_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698