Upstream version 10.38.220.0
[platform/framework/web/crosswalk.git] / src / pdf / page_indicator.cc
index 6177074..c4af1e0 100644 (file)
@@ -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) {