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

Side by Side Diff: content/public/common/common_param_traits_macros.h

Issue 785323002: Delete the enable/disable layer squashing flags and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « content/child/runtime_features.cc ('k') | content/public/common/content_switches.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Singly or Multiply-included shared traits file depending on circumstances. 5 // Singly or Multiply-included shared traits file depending on circumstances.
6 // This allows the use of IPC serialization macros in more than one IPC message 6 // This allows the use of IPC serialization macros in more than one IPC message
7 // file. 7 // file.
8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
10 10
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 IPC_STRUCT_TRAITS_MEMBER(pinch_virtual_viewport_enabled) 141 IPC_STRUCT_TRAITS_MEMBER(pinch_virtual_viewport_enabled)
142 IPC_STRUCT_TRAITS_MEMBER(pinch_overlay_scrollbar_thickness) 142 IPC_STRUCT_TRAITS_MEMBER(pinch_overlay_scrollbar_thickness)
143 IPC_STRUCT_TRAITS_MEMBER(use_solid_color_scrollbars) 143 IPC_STRUCT_TRAITS_MEMBER(use_solid_color_scrollbars)
144 IPC_STRUCT_TRAITS_MEMBER(flash_3d_enabled) 144 IPC_STRUCT_TRAITS_MEMBER(flash_3d_enabled)
145 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_enabled) 145 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_enabled)
146 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_baseline_enabled) 146 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_baseline_enabled)
147 IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled) 147 IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled)
148 IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled) 148 IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled)
149 IPC_STRUCT_TRAITS_MEMBER(webgl_errors_to_console_enabled) 149 IPC_STRUCT_TRAITS_MEMBER(webgl_errors_to_console_enabled)
150 IPC_STRUCT_TRAITS_MEMBER(mock_scrollbars_enabled) 150 IPC_STRUCT_TRAITS_MEMBER(mock_scrollbars_enabled)
151 IPC_STRUCT_TRAITS_MEMBER(layer_squashing_enabled)
152 IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled) 151 IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled)
153 IPC_STRUCT_TRAITS_MEMBER(unified_textchecker_enabled) 152 IPC_STRUCT_TRAITS_MEMBER(unified_textchecker_enabled)
154 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled) 153 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled)
155 IPC_STRUCT_TRAITS_MEMBER(minimum_accelerated_2d_canvas_size) 154 IPC_STRUCT_TRAITS_MEMBER(minimum_accelerated_2d_canvas_size)
156 IPC_STRUCT_TRAITS_MEMBER(antialiased_2d_canvas_disabled) 155 IPC_STRUCT_TRAITS_MEMBER(antialiased_2d_canvas_disabled)
157 IPC_STRUCT_TRAITS_MEMBER(antialiased_clips_2d_canvas_enabled) 156 IPC_STRUCT_TRAITS_MEMBER(antialiased_clips_2d_canvas_enabled)
158 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_msaa_sample_count) 157 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_msaa_sample_count)
159 IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled) 158 IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled)
160 IPC_STRUCT_TRAITS_MEMBER(deferred_filters_enabled) 159 IPC_STRUCT_TRAITS_MEMBER(deferred_filters_enabled)
161 IPC_STRUCT_TRAITS_MEMBER(container_culling_enabled) 160 IPC_STRUCT_TRAITS_MEMBER(container_culling_enabled)
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 IPC_STRUCT_TRAITS_MEMBER(statusBarVisible) 231 IPC_STRUCT_TRAITS_MEMBER(statusBarVisible)
233 IPC_STRUCT_TRAITS_MEMBER(toolBarVisible) 232 IPC_STRUCT_TRAITS_MEMBER(toolBarVisible)
234 IPC_STRUCT_TRAITS_MEMBER(locationBarVisible) 233 IPC_STRUCT_TRAITS_MEMBER(locationBarVisible)
235 IPC_STRUCT_TRAITS_MEMBER(scrollbarsVisible) 234 IPC_STRUCT_TRAITS_MEMBER(scrollbarsVisible)
236 IPC_STRUCT_TRAITS_MEMBER(resizable) 235 IPC_STRUCT_TRAITS_MEMBER(resizable)
237 IPC_STRUCT_TRAITS_MEMBER(fullscreen) 236 IPC_STRUCT_TRAITS_MEMBER(fullscreen)
238 IPC_STRUCT_TRAITS_MEMBER(dialog) 237 IPC_STRUCT_TRAITS_MEMBER(dialog)
239 IPC_STRUCT_TRAITS_END() 238 IPC_STRUCT_TRAITS_END()
240 239
241 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 240 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698