| 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..e6cce6926db239ba47e1cc7579a6208ee65e7d9e 100644
|
| --- a/cc/output/begin_frame_args.h
|
| +++ b/cc/output/begin_frame_args.h
|
| @@ -49,6 +49,14 @@ struct CC_EXPORT BeginFrameArgs {
|
| base::TimeDelta interval);
|
| };
|
|
|
| +class CC_EXPORT BeginFrameSourceClient {
|
| + protected:
|
| + virtual ~BeginFrameSourceClient() {}
|
| +
|
| + public:
|
| + virtual void BeginFrame(const BeginFrameArgs& args) = 0;
|
| +};
|
| +
|
| } // namespace cc
|
|
|
| #endif // CC_OUTPUT_BEGIN_FRAME_ARGS_H_
|
|
|