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

Unified Diff: cc/output/begin_frame_args.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/layers/heads_up_display_layer.cc ('k') | cc/output/begin_frame_args.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/layers/heads_up_display_layer.cc ('k') | cc/output/begin_frame_args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698