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

Side by Side Diff: content/common/view_messages.h

Issue 9325004: Adding command line switch --enable-deferred-2d-canvas (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 | Annotate | Revision Log
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 // IPC messages for page rendering. 5 // IPC messages for page rendering.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "base/process.h" 8 #include "base/process.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_borders) 221 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_borders)
222 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_tree) 222 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_tree)
223 IPC_STRUCT_TRAITS_MEMBER(show_fps_counter) 223 IPC_STRUCT_TRAITS_MEMBER(show_fps_counter)
224 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_enabled) 224 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_enabled)
225 IPC_STRUCT_TRAITS_MEMBER(threaded_compositing_enabled) 225 IPC_STRUCT_TRAITS_MEMBER(threaded_compositing_enabled)
226 IPC_STRUCT_TRAITS_MEMBER(force_compositing_mode) 226 IPC_STRUCT_TRAITS_MEMBER(force_compositing_mode)
227 IPC_STRUCT_TRAITS_MEMBER(allow_webui_compositing) 227 IPC_STRUCT_TRAITS_MEMBER(allow_webui_compositing)
228 IPC_STRUCT_TRAITS_MEMBER(composite_to_texture_enabled) 228 IPC_STRUCT_TRAITS_MEMBER(composite_to_texture_enabled)
229 IPC_STRUCT_TRAITS_MEMBER(fixed_position_compositing_enabled) 229 IPC_STRUCT_TRAITS_MEMBER(fixed_position_compositing_enabled)
230 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled) 230 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled)
231 IPC_STRUCT_TRAITS_MEMBER(deferred_2d_canvas_enabled)
231 IPC_STRUCT_TRAITS_MEMBER(accelerated_painting_enabled) 232 IPC_STRUCT_TRAITS_MEMBER(accelerated_painting_enabled)
232 IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled) 233 IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled)
233 IPC_STRUCT_TRAITS_MEMBER(accelerated_plugins_enabled) 234 IPC_STRUCT_TRAITS_MEMBER(accelerated_plugins_enabled)
234 IPC_STRUCT_TRAITS_MEMBER(accelerated_layers_enabled) 235 IPC_STRUCT_TRAITS_MEMBER(accelerated_layers_enabled)
235 IPC_STRUCT_TRAITS_MEMBER(accelerated_animation_enabled) 236 IPC_STRUCT_TRAITS_MEMBER(accelerated_animation_enabled)
236 IPC_STRUCT_TRAITS_MEMBER(accelerated_video_enabled) 237 IPC_STRUCT_TRAITS_MEMBER(accelerated_video_enabled)
237 IPC_STRUCT_TRAITS_MEMBER(partial_swap_enabled) 238 IPC_STRUCT_TRAITS_MEMBER(partial_swap_enabled)
238 IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled) 239 IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled)
239 IPC_STRUCT_TRAITS_MEMBER(interactive_form_validation_enabled) 240 IPC_STRUCT_TRAITS_MEMBER(interactive_form_validation_enabled)
240 IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled) 241 IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled)
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1993 media::MediaLogEvent /* event */) 1994 media::MediaLogEvent /* event */)
1994 1995
1995 // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message 1996 // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message
1996 // being sent back. 1997 // being sent back.
1997 IPC_MESSAGE_ROUTED0(ViewHostMsg_LockMouse) 1998 IPC_MESSAGE_ROUTED0(ViewHostMsg_LockMouse)
1998 1999
1999 // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent 2000 // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent
2000 // whenever the mouse is unlocked (which may or may not be caused by 2001 // whenever the mouse is unlocked (which may or may not be caused by
2001 // ViewHostMsg_UnlockMouse). 2002 // ViewHostMsg_UnlockMouse).
2002 IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse) 2003 IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse)
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698