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

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

Issue 11878026: Merge 175917 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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 "base/string16.h" 10 #include "base/string16.h"
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 IPC_STRUCT_TRAITS_MEMBER(flash_3d_enabled) 192 IPC_STRUCT_TRAITS_MEMBER(flash_3d_enabled)
193 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_enabled) 193 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_enabled)
194 IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled) 194 IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled)
195 IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled) 195 IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled)
196 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_borders) 196 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_borders)
197 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_tree) 197 IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_tree)
198 IPC_STRUCT_TRAITS_MEMBER(show_fps_counter) 198 IPC_STRUCT_TRAITS_MEMBER(show_fps_counter)
199 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_for_overflow_scroll_enabled) 199 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_for_overflow_scroll_enabled)
200 IPC_STRUCT_TRAITS_MEMBER( 200 IPC_STRUCT_TRAITS_MEMBER(
201 accelerated_compositing_for_scrollable_frames_enabled) 201 accelerated_compositing_for_scrollable_frames_enabled)
202 IPC_STRUCT_TRAITS_MEMBER(composited_scrolling_for_frames_enabled)
202 IPC_STRUCT_TRAITS_MEMBER(show_paint_rects) 203 IPC_STRUCT_TRAITS_MEMBER(show_paint_rects)
203 IPC_STRUCT_TRAITS_MEMBER(render_vsync_enabled) 204 IPC_STRUCT_TRAITS_MEMBER(render_vsync_enabled)
204 IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled) 205 IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled)
205 IPC_STRUCT_TRAITS_MEMBER(unified_textchecker_enabled) 206 IPC_STRUCT_TRAITS_MEMBER(unified_textchecker_enabled)
206 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_enabled) 207 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_enabled)
207 IPC_STRUCT_TRAITS_MEMBER(force_compositing_mode) 208 IPC_STRUCT_TRAITS_MEMBER(force_compositing_mode)
208 IPC_STRUCT_TRAITS_MEMBER(fixed_position_compositing_enabled) 209 IPC_STRUCT_TRAITS_MEMBER(fixed_position_compositing_enabled)
209 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled) 210 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled)
210 IPC_STRUCT_TRAITS_MEMBER(deferred_2d_canvas_enabled) 211 IPC_STRUCT_TRAITS_MEMBER(deferred_2d_canvas_enabled)
211 IPC_STRUCT_TRAITS_MEMBER(accelerated_painting_enabled) 212 IPC_STRUCT_TRAITS_MEMBER(accelerated_painting_enabled)
(...skipping 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after
2464 int /* arb_robustness_status_code */) 2465 int /* arb_robustness_status_code */)
2465 2466
2466 #if defined(OS_WIN) 2467 #if defined(OS_WIN)
2467 // Request that the given font characters be loaded by the browser so it's 2468 // Request that the given font characters be loaded by the browser so it's
2468 // cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters 2469 // cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters
2469 // for details. 2470 // for details.
2470 IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, 2471 IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters,
2471 LOGFONT /* font_data */, 2472 LOGFONT /* font_data */,
2472 string16 /* characters */) 2473 string16 /* characters */)
2473 #endif 2474 #endif
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698