diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-27 10:05:51 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-27 10:05:51 +0000 |
commit | ea7f70cf5aa5159e8376aaacb7bff5975e5da919 (patch) | |
tree | 19e4ce518387c18101bb22eba1fe7f26a5677924 | |
parent | d459c82767155624da66a99cb669c7d9f93cb581 (diff) | |
download | chromium_src-ea7f70cf5aa5159e8376aaacb7bff5975e5da919.zip chromium_src-ea7f70cf5aa5159e8376aaacb7bff5975e5da919.tar.gz chromium_src-ea7f70cf5aa5159e8376aaacb7bff5975e5da919.tar.bz2 |
Add missing threaded_html_parser field to IPC struct for web preferences
This is a follow up to http://crrev.com/182284
BUG=none
R=abarth@chromium.org
TBR=joi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12310165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184919 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/public/common/common_param_traits_macros.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h index 8b96268..418a58e 100644 --- a/content/public/common/common_param_traits_macros.h +++ b/content/public/common/common_param_traits_macros.h @@ -157,6 +157,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences) accelerated_compositing_for_scrollable_frames_enabled) IPC_STRUCT_TRAITS_MEMBER(composited_scrolling_for_frames_enabled) IPC_STRUCT_TRAITS_MEMBER(mock_scrollbars_enabled) + IPC_STRUCT_TRAITS_MEMBER(threaded_html_parser) IPC_STRUCT_TRAITS_MEMBER(show_paint_rects) IPC_STRUCT_TRAITS_MEMBER(render_vsync_enabled) IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled) |