| Index: content/renderer/gpu/compositor_forwarding_message_filter.cc
|
| diff --git a/content/renderer/gpu/compositor_forwarding_message_filter.cc b/content/renderer/gpu/compositor_forwarding_message_filter.cc
|
| index ff657dc58f6706d48e8e76b77f6efaceced523a3..4914fd3fe63f8471980a2c1d6d3e3a71ac42661a 100644
|
| --- a/content/renderer/gpu/compositor_forwarding_message_filter.cc
|
| +++ b/content/renderer/gpu/compositor_forwarding_message_filter.cc
|
| @@ -47,6 +47,7 @@ void CompositorForwardingMessageFilter::RemoveHandlerOnCompositorThread(
|
| bool CompositorForwardingMessageFilter::OnMessageReceived(
|
| const IPC::Message& message) {
|
| switch(message.type()) {
|
| + case ViewMsg_SetBeginFramePaused::ID: // Fall through.
|
| case ViewMsg_BeginFrame::ID: // Fall through.
|
| case ViewMsg_ReclaimCompositorResources::ID: // Fall through.
|
| case ViewMsg_SwapCompositorFrameAck::ID: // Fall through.
|
|
|