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

Unified Diff: content/common/view_messages.h

Issue 7582009: [Mac] Rubber-banding on Lion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/renderer_host/render_widget_host.cc ('k') | content/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
===================================================================
--- content/common/view_messages.h (revision 96200)
+++ content/common/view_messages.h (working copy)
@@ -627,6 +627,9 @@
// progress.
IPC_STRUCT_MEMBER(gfx::Size, view_size)
+ // The size of the web content area.
+ IPC_STRUCT_MEMBER(gfx::Size, contents_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)
@@ -646,7 +649,7 @@
// ViewHostMsg_UpdateRect_Flags::IS_REPAINT_ACK
// Indicates that this is a response to a ViewMsg_Repaint message.
//
- // If flags is zero, then this message corresponds to an unsoliticed paint
+ // If flags is zero, then this message corresponds to an unsolicited paint
// request by the render view. Any of the above bits may be set in flags,
// which would indicate that this paint message is an ACK for multiple
// request messages.
« no previous file with comments | « content/browser/renderer_host/render_widget_host.cc ('k') | content/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698