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

Unified Diff: chrome/browser/ui/gtk/status_bubble_gtk.cc

Issue 10914227: initialize un-inited values (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove suppression Created 8 years, 3 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 | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/status_bubble_gtk.cc
diff --git a/chrome/browser/ui/gtk/status_bubble_gtk.cc b/chrome/browser/ui/gtk/status_bubble_gtk.cc
index 7557f6863c3e4129be2d88e5007d8c4e3c100099..29e971d3b0b7aad75535e03111281a9a1e4860b2 100644
--- a/chrome/browser/ui/gtk/status_bubble_gtk.cc
+++ b/chrome/browser/ui/gtk/status_bubble_gtk.cc
@@ -43,10 +43,11 @@ const int kMousePadding = 20;
StatusBubbleGtk::StatusBubbleGtk(Profile* profile)
: theme_service_(GtkThemeService::GetFrom(profile)),
padding_(NULL),
+ start_width_(0),
+ desired_width_(0),
flip_horizontally_(false),
y_offset_(0),
download_shelf_is_visible_(false),
- last_mouse_location_(0, 0),
last_mouse_left_content_(false),
ignore_next_left_content_(false) {
InitWidgets();
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698