Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Side by Side Diff: cc/ipc/cc_param_traits_macros.h

Issue 2140783002: services/ui: Detect when a video is playing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot merge Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | cc/ipc/compositor_frame_metadata.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_
6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_
7 7
8 #include "cc/output/begin_frame_args.h" 8 #include "cc/output/begin_frame_args.h"
9 #include "cc/output/compositor_frame.h" 9 #include "cc/output/compositor_frame.h"
10 #include "cc/output/filter_operation.h" 10 #include "cc/output/filter_operation.h"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata) 179 IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
180 IPC_STRUCT_TRAITS_MEMBER(device_scale_factor) 180 IPC_STRUCT_TRAITS_MEMBER(device_scale_factor)
181 IPC_STRUCT_TRAITS_MEMBER(root_scroll_offset) 181 IPC_STRUCT_TRAITS_MEMBER(root_scroll_offset)
182 IPC_STRUCT_TRAITS_MEMBER(page_scale_factor) 182 IPC_STRUCT_TRAITS_MEMBER(page_scale_factor)
183 IPC_STRUCT_TRAITS_MEMBER(scrollable_viewport_size) 183 IPC_STRUCT_TRAITS_MEMBER(scrollable_viewport_size)
184 IPC_STRUCT_TRAITS_MEMBER(root_layer_size) 184 IPC_STRUCT_TRAITS_MEMBER(root_layer_size)
185 IPC_STRUCT_TRAITS_MEMBER(min_page_scale_factor) 185 IPC_STRUCT_TRAITS_MEMBER(min_page_scale_factor)
186 IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor) 186 IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor)
187 IPC_STRUCT_TRAITS_MEMBER(root_overflow_x_hidden) 187 IPC_STRUCT_TRAITS_MEMBER(root_overflow_x_hidden)
188 IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden) 188 IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
189 IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
190 IPC_STRUCT_TRAITS_MEMBER(may_contain_video)
189 IPC_STRUCT_TRAITS_MEMBER( 191 IPC_STRUCT_TRAITS_MEMBER(
190 is_resourceless_software_draw_with_scroll_or_animation) 192 is_resourceless_software_draw_with_scroll_or_animation)
191 IPC_STRUCT_TRAITS_MEMBER(location_bar_offset) 193 IPC_STRUCT_TRAITS_MEMBER(location_bar_offset)
192 IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation) 194 IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation)
193 IPC_STRUCT_TRAITS_MEMBER(root_background_color) 195 IPC_STRUCT_TRAITS_MEMBER(root_background_color)
194 IPC_STRUCT_TRAITS_MEMBER(selection) 196 IPC_STRUCT_TRAITS_MEMBER(selection)
195 IPC_STRUCT_TRAITS_MEMBER(latency_info) 197 IPC_STRUCT_TRAITS_MEMBER(latency_info)
196 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences) 198 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences)
197 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) 199 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces)
198 IPC_STRUCT_TRAITS_END() 200 IPC_STRUCT_TRAITS_END()
199 201
200 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) 202 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData)
201 IPC_STRUCT_TRAITS_MEMBER(size) 203 IPC_STRUCT_TRAITS_MEMBER(size)
202 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) 204 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect)
203 IPC_STRUCT_TRAITS_END() 205 IPC_STRUCT_TRAITS_END()
204 206
205 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 207 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « no previous file | cc/ipc/compositor_frame_metadata.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698