Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index 025a4075c25e6b84ab9597dabac7e5c83b34ea1b..ee58b4f0a72f603042cd156c66f8108e75d7069d 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -6,6 +6,7 @@ |
#define CC_OUTPUT_BEGIN_FRAME_ARGS_H_ |
#include "base/time/time.h" |
+#include "base/values.h" |
#include "cc/base/cc_export.h" |
namespace cc { |
@@ -39,6 +40,8 @@ struct CC_EXPORT BeginFrameArgs { |
bool IsValid() const { return interval >= base::TimeDelta(); } |
+ scoped_ptr<base::Value> StateAsValue() const; |
brianderson
2014/05/08 21:25:49
Why not just AsValue()?
|
+ |
base::TimeTicks frame_time; |
base::TimeTicks deadline; |
base::TimeDelta interval; |