Chromium Code Reviews| Index: cc/ipc/compositor_frame_metadata.mojom |
| diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom |
| index eafa877100ea369e05aeeea58fe3d46024f67246..09f16d164f9da5f2ad9f8be5c52de2b6618de4e7 100644 |
| --- a/cc/ipc/compositor_frame_metadata.mojom |
| +++ b/cc/ipc/compositor_frame_metadata.mojom |
| @@ -35,4 +35,5 @@ struct CompositorFrameMetadata { |
| uint32 content_source_id; |
| BeginFrameAck begin_frame_ack; |
| uint32 frame_token; |
| + bool is_main_thread_frame; |
| }; |