summaryrefslogtreecommitdiffstats
path: root/content/common/plugin_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/plugin_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/plugin_messages.h')
-rw-r--r--content/common/plugin_messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
index 23f271e..f817664 100644
--- a/content/common/plugin_messages.h
+++ b/content/common/plugin_messages.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -7,6 +7,7 @@
#include "base/shared_memory.h"
#include "build/build_config.h"
#include "content/common/common_param_traits.h"
+#include "content/common/webkit_param_traits.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_message_macros.h"
#include "ui/gfx/native_widget_types.h"