| 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 ceb900e9a006081263027f11a5ec327692717164..6c35bb796c13b4bf30a0e1231a77b805f7c0a435 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -1180,6 +1180,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_remainder_;
|
| +
|
| // The intrinsic size of the page.
|
| gfx::Size preferred_size_;
|
|
|
|
|