| 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 056e4f0c146095a533823609b93d975cc99d104a..c65486f2cb132064ce22eece8f22ab09ba24d6d9 100644
|
| --- a/third_party/WebKit/Source/platform/HostWindow.h
|
| +++ b/third_party/WebKit/Source/platform/HostWindow.h
|
| @@ -48,7 +48,8 @@ class PLATFORM_EXPORT HostWindow
|
| virtual void invalidateRect(const IntRect& updateRect) = 0;
|
|
|
| // Converts the rect from the viewport coordinates to screen coordinates.
|
| - virtual IntRect viewportToScreen(const IntRect&, const FrameViewBase*) const = 0;
|
| + virtual IntRect viewportToScreen(const IntRect&,
|
| + const FrameViewBase*) const = 0;
|
|
|
| // Converts the scalar value from the window coordinates to the viewport
|
| // scale.
|
|
|