diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 21:30:13 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 21:30:13 +0000 |
commit | 679082058ce725b3bc6024c2bc01a7b99b79b3c6 (patch) | |
tree | 1b329c61f088fc8ee5888aad53413c49f0601acd /chrome/browser/plugin_process_host_mac.cc | |
parent | f85ef10d2b6d6fe046523937bb530fbb1eeab0ae (diff) | |
download | chromium_src-679082058ce725b3bc6024c2bc01a7b99b79b3c6.zip chromium_src-679082058ce725b3bc6024c2bc01a7b99b79b3c6.tar.gz chromium_src-679082058ce725b3bc6024c2bc01a7b99b79b3c6.tar.bz2 |
Start trimming headers included in the slowest to compile files.
Big chunk in the automation code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3056007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host_mac.cc')
-rw-r--r-- | chrome/browser/plugin_process_host_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host_mac.cc b/chrome/browser/plugin_process_host_mac.cc index 716ab81..8182a3c 100644 --- a/chrome/browser/plugin_process_host_mac.cc +++ b/chrome/browser/plugin_process_host_mac.cc @@ -13,7 +13,7 @@ #include "chrome/browser/chrome_thread.h" #include "chrome/browser/plugin_process_host.h" #include "chrome/common/plugin_messages.h" - +#include "gfx/rect.h" void PluginProcessHost::OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect, |