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

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

Issue 2731283003: (Reland) Discard compositor frames from unloaded web content (Closed)
Patch Set: Initialize field to zero Created 3 years, 9 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 IPC_STRUCT_TRAITS_MEMBER( 190 IPC_STRUCT_TRAITS_MEMBER(
191 is_resourceless_software_draw_with_scroll_or_animation) 191 is_resourceless_software_draw_with_scroll_or_animation)
192 IPC_STRUCT_TRAITS_MEMBER(top_controls_height) 192 IPC_STRUCT_TRAITS_MEMBER(top_controls_height)
193 IPC_STRUCT_TRAITS_MEMBER(top_controls_shown_ratio) 193 IPC_STRUCT_TRAITS_MEMBER(top_controls_shown_ratio)
194 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height) 194 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height)
195 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio) 195 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio)
196 IPC_STRUCT_TRAITS_MEMBER(root_background_color) 196 IPC_STRUCT_TRAITS_MEMBER(root_background_color)
197 IPC_STRUCT_TRAITS_MEMBER(selection) 197 IPC_STRUCT_TRAITS_MEMBER(selection)
198 IPC_STRUCT_TRAITS_MEMBER(latency_info) 198 IPC_STRUCT_TRAITS_MEMBER(latency_info)
199 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) 199 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces)
200 IPC_STRUCT_TRAITS_MEMBER(content_source_id)
200 IPC_STRUCT_TRAITS_END() 201 IPC_STRUCT_TRAITS_END()
201 202
202 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 203 #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