| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 55597d5dc660e34af50fa1e7db9a6187765b70e1..2ee91bad53a07b1754dec094b0661cd3896390e3 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1432,6 +1432,9 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_FindMatchRects_Reply,
|
| gfx::RectF /* active_rect */)
|
| #endif
|
|
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_IncrementCapturerCount)
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_DecrementCapturerCount)
|
| +
|
| // Adding a new message? Stick to the sort order above: first platform
|
| // independent FrameMsg, then ifdefs for platform specific FrameMsg, then
|
| // platform independent FrameHostMsg, then ifdefs for platform specific
|
|
|