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

Unified Diff: webkit/glue/chrome_client_impl.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
Index: webkit/glue/chrome_client_impl.h
===================================================================
--- webkit/glue/chrome_client_impl.h (revision 12371)
+++ webkit/glue/chrome_client_impl.h (working copy)
@@ -15,6 +15,7 @@
class WebViewImpl;
namespace WebCore {
+struct PopupListData;
class SecurityOrigin;
struct WindowFeatures;
}
@@ -118,6 +119,12 @@
virtual void popupOpened(WebCore::FramelessScrollView* popup_view,
const WebCore::IntRect& bounds,
bool activatable);
+ void popupOpenedWithItems(WebCore::FramelessScrollView* popupView,
+ const WebCore::IntRect& bounds,
+ bool activatable,
+ int item_height,
+ int selected_index,
+ const WTF::Vector<WebCore::PopupListData*>& items);
void SetCursor(const WebCursor& cursor);
void SetCursorForPlugin(const WebCursor& cursor);

Powered by Google App Engine
This is Rietveld 408576698