Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: content/common/view_messages.h

Issue 9265018: Change grow box computation back to a method on BrowserWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/public/browser/render_view_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index b5230779714b34ffa1404b1c1a8a69bf02abc0d8..00b3b748ce2826113509bf4ad7a05d4de5b1beb3 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -509,10 +509,6 @@ IPC_STRUCT_BEGIN(ViewHostMsg_UpdateRect_Params)
// progress.
IPC_STRUCT_MEMBER(gfx::Size, view_size)
- // The area of the RenderView reserved for resize corner when this message
- // was generated. Reported for the same reason as view_size is.
- IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
-
// New window locations for plugin child windows.
IPC_STRUCT_MEMBER(std::vector<webkit::npapi::WebPluginGeometry>,
plugin_window_moves)
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/public/browser/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698