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) { |