diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-17 02:24:47 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-17 02:24:47 +0000 |
commit | 226105c23aa91ec3eab18f62bcc52479ee9ae5a6 (patch) | |
tree | 94610f5d58b58a06686ff428ea15e5aa60f6c591 /content/common/view_messages.h | |
parent | 19fcd3d2dda3da00b856e1abf2093e2b1dc6eaa5 (diff) | |
download | chromium_src-226105c23aa91ec3eab18f62bcc52479ee9ae5a6.zip chromium_src-226105c23aa91ec3eab18f62bcc52479ee9ae5a6.tar.gz chromium_src-226105c23aa91ec3eab18f62bcc52479ee9ae5a6.tar.bz2 |
--enable-partial-swap plumbed up to WebKit.
BUG=99527
TEST=with a desktop build of linux chrome, run with --use-gl=osmesa --enable-partial-swap, go to http://learningwebgl.com/lessons/lesson3/index.html, occlude the animation, notice that only the webgl frame get's redrawn (separate bug)
Review URL: http://codereview.chromium.org/8974003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-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 960e23a..cc7bf74 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -224,6 +224,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences) IPC_STRUCT_TRAITS_MEMBER(accelerated_plugins_enabled) IPC_STRUCT_TRAITS_MEMBER(accelerated_layers_enabled) IPC_STRUCT_TRAITS_MEMBER(accelerated_video_enabled) + IPC_STRUCT_TRAITS_MEMBER(partial_swap_enabled) IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled) IPC_STRUCT_TRAITS_MEMBER(interactive_form_validation_enabled) IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled) |