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

Unified Diff: views/controls/button/button_dropdown.cc

Issue 115813: Make toolbar compile on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « views/controls/button/button_dropdown.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/button/button_dropdown.cc
===================================================================
--- views/controls/button/button_dropdown.cc (revision 16974)
+++ views/controls/button/button_dropdown.cc (working copy)
@@ -116,7 +116,7 @@
SetState(BS_HOT);
}
-void ButtonDropDown::ShowDropDownMenu(HWND window) {
+void ButtonDropDown::ShowDropDownMenu(gfx::NativeView window) {
if (menu_delegate_) {
gfx::Rect lb = GetLocalBounds(true);
« no previous file with comments | « views/controls/button/button_dropdown.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698