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

Unified Diff: content/common/view_messages.h

Issue 9517010: Change panels to be able to turn off autoresize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix assert at the end of RenderWidget::Resize which fixes the tests on OSX. Created 8 years, 10 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 0062c416eaad9cf7eb2cd30338ccd333077c0b6a..9ce789f26dac103321f8c79d4790ab537132556f 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1057,6 +1057,10 @@ IPC_MESSAGE_ROUTED2(ViewMsg_EnableAutoResize,
gfx::Size /* min_size */,
gfx::Size /* max_size */)
+// Used to instruct the RenderView to disalbe automatically resize.
+IPC_MESSAGE_ROUTED1(ViewMsg_DisableAutoResize,
+ gfx::Size /* new_size */)
+
// Changes the text direction of the currently selected input field (if any).
IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection,
WebKit::WebTextDirection /* direction */)
« 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