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

Unified Diff: views/examples/bubble_example.cc

Issue 8368006: Support Windows native textfield, combobox, etc. in new bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup changes, remove example test code. Created 9 years, 2 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
« views/bubble/bubble_delegate.cc ('K') | « views/bubble/bubble_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/examples/bubble_example.cc
diff --git a/views/examples/bubble_example.cc b/views/examples/bubble_example.cc
index f99155b2da58b8dc8b65fb5812aefef1833e8e64..c2e998562ccd28925be4b2ac9975c7bdaf78dc9d 100644
--- a/views/examples/bubble_example.cc
+++ b/views/examples/bubble_example.cc
@@ -94,7 +94,7 @@ void BubbleExample::ButtonPressed(views::Button* sender,
if (config.fade_in)
bubble_delegate->StartFade(true);
else
- bubble->Show();
+ bubble_delegate->Show();
if (config.fade_out) {
bubble_delegate->set_close_on_esc(false);
« views/bubble/bubble_delegate.cc ('K') | « views/bubble/bubble_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698