| Index: Source/platform/scroll/ScrollView.h
|
| diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h
|
| index b894e224899ad25e3c3681a5175eae1d0413b1e1..4df98bc81068db2f5a88a1a5403a9c34dd933718 100644
|
| --- a/Source/platform/scroll/ScrollView.h
|
| +++ b/Source/platform/scroll/ScrollView.h
|
| @@ -179,6 +179,7 @@ public:
|
| // the entire widget hierarchy. It is up to the platform to decide what the precise definition
|
| // of containing window is. (For example on Mac it is the containing NSWindow.)
|
| IntPoint windowToContents(const IntPoint&) const;
|
| + FloatPoint windowToContents(const FloatPoint&) const;
|
| IntPoint contentsToWindow(const IntPoint&) const;
|
| IntRect windowToContents(const IntRect&) const;
|
| IntRect contentsToWindow(const IntRect&) const;
|
|
|