| 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 c76b7e4c30c39a272cae98f19910728325f72838..02afadaf54c1942299e1e32b1f8a34c4990034c2 100644
|
| --- a/third_party/WebKit/Source/platform/HostWindow.h
|
| +++ b/third_party/WebKit/Source/platform/HostWindow.h
|
| @@ -51,7 +51,8 @@ class PLATFORM_EXPORT HostWindow
|
| // Converts the rect from the viewport coordinates to screen coordinates.
|
| virtual IntRect viewportToScreen(const IntRect&, const Widget*) const = 0;
|
|
|
| - // Converts the scalar value from the window coordinates to the viewport scale.
|
| + // Converts the scalar value from the window coordinates to the viewport
|
| + // scale.
|
| virtual float windowToViewportScalar(const float) const = 0;
|
|
|
| virtual void scheduleAnimation(Widget*) = 0;
|
|
|