| 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 45f683cc72e518e6cfde4ca90ccdcb056408db47..828832a280839ae6ed12eea93127d0aeaeac8a7f 100644
|
| --- a/third_party/WebKit/Source/platform/HostWindow.h
|
| +++ b/third_party/WebKit/Source/platform/HostWindow.h
|
| @@ -50,7 +50,7 @@ public:
|
| 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;
|
| + virtual float windowToViewportScalar(const Widget&, const float) const = 0;
|
|
|
| virtual void scheduleAnimation(Widget*) = 0;
|
| };
|
|
|