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

Unified Diff: chrome/renderer/render_widget.h

Issue 48149: Use cocoa controls for HTML select popups in test_shell (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « no previous file | chrome/renderer/render_widget.cc » ('j') | webkit/glue/webwidget_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_widget.h
===================================================================
--- chrome/renderer/render_widget.h (revision 12371)
+++ chrome/renderer/render_widget.h (working copy)
@@ -80,6 +80,11 @@
virtual void DidMove(WebWidget* webwidget, const WebPluginGeometry& move);
virtual void RunModal(WebWidget* webwidget) {}
virtual bool IsHidden() { return is_hidden_; }
+ virtual void ShowWithItems(WebWidget* webwidget,
darin (slow to review) 2009/04/01 18:23:42 nit: please list the methods in the order in which
+ const gfx::Rect& bounds,
+ int item_height,
+ int selected_index,
+ const std::vector<MenuItem>& items);
// Close the underlying WebWidget.
void Close();
« no previous file with comments | « no previous file | chrome/renderer/render_widget.cc » ('j') | webkit/glue/webwidget_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698