| Index: Source/core/frame/PinchViewport.h
|
| diff --git a/Source/core/frame/PinchViewport.h b/Source/core/frame/PinchViewport.h
|
| index f26ebae0a0d80cf5c6138ffa4d53a3112abe656c..7ff94412f83aa5d029d35a4ca3a96efeea49a53b 100644
|
| --- a/Source/core/frame/PinchViewport.h
|
| +++ b/Source/core/frame/PinchViewport.h
|
| @@ -114,6 +114,7 @@ public:
|
| FloatRect visibleRect() const;
|
|
|
| // The viewport rect relative to the document origin, in partial CSS pixels.
|
| + // FIXME: This should be a DoubleRect since scroll offsets are now doubles.
|
| FloatRect visibleRectInDocument() const;
|
|
|
| // Scroll the main frame and pinch viewport so that the given rect in the
|
|
|