| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 8d557804f42dccc56134db0ba3e9098a76a224a5..fa9aabe3f1746a6d79bda450724a8615162c29fe 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -1215,6 +1215,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| int minimum_zoom_percent_;
|
| int maximum_zoom_percent_;
|
|
|
| + // Used to correctly handle integer zooming through a smooth scroll device.
|
| + float zoom_scroll_amount_;
|
| +
|
| // The intrinsic size of the page.
|
| gfx::Size preferred_size_;
|
|
|
|
|