diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-31 00:13:03 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-31 00:13:03 +0000 |
commit | d87394f88637dc41877b27ad32129a5e6e4a9333 (patch) | |
tree | 896408a2ece300a7b03925a13445c738a8d7d3cd /content/common | |
parent | 42e35fa6dc371b261f24ddad28c53d30b1e8b66d (diff) | |
download | chromium_src-d87394f88637dc41877b27ad32129a5e6e4a9333.zip chromium_src-d87394f88637dc41877b27ad32129a5e6e4a9333.tar.gz chromium_src-d87394f88637dc41877b27ad32129a5e6e4a9333.tar.bz2 |
Disable accelerated animation when using a software 3d rasterizer.
Using a software 3d rasterizer to do animation is probably slower than the regular software mode, so avoid doing that.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9289012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 2b88e3d..23fa018 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -232,6 +232,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences) IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled) IPC_STRUCT_TRAITS_MEMBER(accelerated_plugins_enabled) IPC_STRUCT_TRAITS_MEMBER(accelerated_layers_enabled) + IPC_STRUCT_TRAITS_MEMBER(accelerated_animation_enabled) IPC_STRUCT_TRAITS_MEMBER(accelerated_video_enabled) IPC_STRUCT_TRAITS_MEMBER(partial_swap_enabled) IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled) |