Index: webkit/child/fling_animator_impl_android.h |
diff --git a/webkit/child/fling_animator_impl_android.h b/webkit/child/fling_animator_impl_android.h |
index c4703677874680940a0dffcb4e57975f1f1a02e9..b475c7209c8426d3dcfc29f181ae173eaba17cf1 100644 |
--- a/webkit/child/fling_animator_impl_android.h |
+++ b/webkit/child/fling_animator_impl_android.h |
@@ -49,6 +49,7 @@ class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public blink::WebGestureCurve { |
gfx::Point last_position_; |
gfx::PointF last_velocity_; |
double last_time_; |
+ float dpi_scale_; |
DISALLOW_COPY_AND_ASSIGN(FlingAnimatorImpl); |
}; |