summaryrefslogtreecommitdiffstats
path: root/content/common/view_messages.h
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 21:07:03 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 21:07:03 +0000
commit79d68c6ea3f0ee22789e04bcdcdf64841618f2c1 (patch)
tree99e371bf8e2be6bdbf3ea7a0b24bd50e5eb1cc20 /content/common/view_messages.h
parentea2a7b919337fb796c8602f1701b60d8fa2d7f42 (diff)
downloadchromium_src-79d68c6ea3f0ee22789e04bcdcdf64841618f2c1.zip
chromium_src-79d68c6ea3f0ee22789e04bcdcdf64841618f2c1.tar.gz
chromium_src-79d68c6ea3f0ee22789e04bcdcdf64841618f2c1.tar.bz2
Moved ParamTraits specializations that depend on WebKit out of content/common/common_param_traits and into webkit_param_traits. Also pulled some specializations out of chrome/common/render_messages and into chrome/common/common_param_traits. This is done so that the MS toolchain can succeed in discarding more code at link time. This halves the size of npchrome_frame.dll in ordinary "Release" builds. I hope for a similar reduction in official builds.
BUG=77445 TEST=Everything should just work(TM). Review URL: http://codereview.chromium.org/6840044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r--content/common/view_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index aacceb00..4dc7069 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -14,6 +14,7 @@
#include "content/common/page_transition_types.h"
#include "content/common/page_zoom.h"
#include "content/common/renderer_preferences.h"
+#include "content/common/webkit_param_traits.h"
#include "content/common/window_container_type.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_platform_file.h"