| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c6a64ecba137e067857169620fe25d0310b0497b..762e58e8e4ce135ead9fbe507fb3355d2514a580 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/process.h"
|
| #include "base/shared_memory.h"
|
| #include "base/strings/string16.h"
|
| +#include "cc/output/begin_frame_args.h"
|
| #include "cc/output/compositor_frame.h"
|
| #include "cc/output/compositor_frame_ack.h"
|
| #include "content/common/browser_rendering_stats.h"
|
| @@ -1304,7 +1305,7 @@ IPC_MESSAGE_ROUTED0(ViewMsg_ShowImeIfNeeded)
|
|
|
| // Sent by the browser when the renderer should generate a new frame.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
|
| - base::TimeTicks /* frame_time */)
|
| + cc::BeginFrameArgs /* args */)
|
|
|
| #elif defined(OS_MACOSX)
|
| // Let the RenderView know its window has changed visibility.
|
|
|