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

Unified Diff: pdf/page_indicator.cc

Issue 557493002: Fix uninitialized member from PageIndicator::PageIndicator(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/page_indicator.cc
diff --git a/pdf/page_indicator.cc b/pdf/page_indicator.cc
index 6177074b26f023e03b15862de65a4cb0ded1b123..c4af1e07b74133f9fdf38c0abad4d5be81c33eb2 100644
--- a/pdf/page_indicator.cc
+++ b/pdf/page_indicator.cc
@@ -15,6 +15,7 @@ namespace chrome_pdf {
PageIndicator::PageIndicator()
: current_page_(0),
+ fade_out_timer_id_(0),
splash_timeout_(kPageIndicatorSplashTimeoutMs),
fade_timeout_(kPageIndicatorScrollFadeTimeoutMs),
always_visible_(false) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698