| Index: third_party/WebKit/Source/platform/HostWindow.h
|
| diff --git a/third_party/WebKit/Source/platform/HostWindow.h b/third_party/WebKit/Source/platform/HostWindow.h
|
| index 7462ec6d661567a5e051bfbd7e61da6553a169b5..b5bf80a4b623d650e62937852a498133411e9f48 100644
|
| --- a/third_party/WebKit/Source/platform/HostWindow.h
|
| +++ b/third_party/WebKit/Source/platform/HostWindow.h
|
| @@ -48,7 +48,7 @@ public:
|
| virtual void invalidateRect(const IntRect& updateRect) = 0;
|
|
|
| // Converts the rect from the viewport coordinates to screen coordinates.
|
| - virtual IntRect viewportToScreen(const IntRect&) const = 0;
|
| + virtual IntRect viewportToScreen(const IntRect&, const Widget*) const = 0;
|
|
|
| // Converts the scalar value from the window coordinates to the viewport scale.
|
| virtual float windowToViewportScalar(const float) const = 0;
|
|
|