Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index c8c7b2f227761660064a916e2a91a1c655580fcd..78ddce99ddfcde3c4508f1d706d4b1eb205ff89f 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -38,10 +38,6 @@ class TracedValue; |
namespace cc { |
-namespace proto { |
-class BeginFrameArgs; |
-} |
- |
struct CC_EXPORT BeginFrameArgs { |
enum BeginFrameArgsType { |
INVALID, |
@@ -52,8 +48,6 @@ struct CC_EXPORT BeginFrameArgs { |
BEGIN_FRAME_ARGS_TYPE_MAX, |
}; |
static const char* TypeToString(BeginFrameArgsType type); |
- void BeginFrameArgsTypeToProtobuf(proto::BeginFrameArgs* proto) const; |
- void BeginFrameArgsTypeFromProtobuf(const proto::BeginFrameArgs& proto); |
// Creates an invalid set of values. |
BeginFrameArgs(); |
@@ -87,9 +81,6 @@ struct CC_EXPORT BeginFrameArgs { |
std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const; |
void AsValueInto(base::trace_event::TracedValue* dict) const; |
- void ToProtobuf(proto::BeginFrameArgs* proto) const; |
- void FromProtobuf(const proto::BeginFrameArgs& proto); |
- |
base::TimeTicks frame_time; |
base::TimeTicks deadline; |
base::TimeDelta interval; |