| Index: Source/platform/Widget.h
|
| diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
|
| index dee74fd4c86227a538993e04870f1e09c8d8db92..4b042fc06ef12b3acef6f99f45ed32dd08b8c3c5 100644
|
| --- a/Source/platform/Widget.h
|
| +++ b/Source/platform/Widget.h
|
| @@ -29,6 +29,7 @@
|
| #define Widget_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -112,6 +113,7 @@ public:
|
|
|
| IntPoint convertToContainingWindow(const IntPoint&) const;
|
| IntPoint convertFromContainingWindow(const IntPoint&) const;
|
| + FloatPoint convertFromContainingWindow(const FloatPoint&) const;
|
|
|
| virtual void frameRectsChanged() { }
|
|
|
|
|