diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 03:45:13 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 03:45:13 +0000 |
commit | 1332623f145abe47e3aad2b0be4db7062e676f2f (patch) | |
tree | f2fd7b2f66f780d9a2b08be4fbb759b1b8116ca3 /content/common | |
parent | 9f4b802c8163cef91987ddc1fc81531f15d84b36 (diff) | |
download | chromium_src-1332623f145abe47e3aad2b0be4db7062e676f2f.zip chromium_src-1332623f145abe47e3aad2b0be4db7062e676f2f.tar.gz chromium_src-1332623f145abe47e3aad2b0be4db7062e676f2f.tar.bz2 |
Remove unused include and always-true compile-time check
BUG=
Review URL: https://chromiumcodereview.appspot.com/10827267
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 087bf68..14aaf3e5 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -30,7 +30,6 @@ #include "media/base/media_log_event.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderline.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositor.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction.h" @@ -214,11 +213,6 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences) IPC_STRUCT_TRAITS_MEMBER(css_variables_enabled) IPC_STRUCT_TRAITS_MEMBER(device_supports_touch) IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse) -#if !defined(WEBCOMPOSITOR_OWNS_SETTINGS) - IPC_STRUCT_TRAITS_MEMBER(threaded_animation_enabled) - IPC_STRUCT_TRAITS_MEMBER(partial_swap_enabled) - IPC_STRUCT_TRAITS_MEMBER(per_tile_painting_enabled) -#endif IPC_STRUCT_TRAITS_MEMBER(default_tile_width) IPC_STRUCT_TRAITS_MEMBER(default_tile_height) IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_width) |