| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index 35e27cb6bf07111fc65c0da25dac6e9d7f87f050..3886c4caa393dba5616894e0e8ea9f4a931aa33d 100644
|
| --- a/Source/core/page/Chrome.cpp
|
| +++ b/Source/core/page/Chrome.cpp
|
| @@ -69,9 +69,9 @@ void Chrome::invalidateRect(const IntRect& updateRect)
|
| m_client->invalidateRect(updateRect);
|
| }
|
|
|
| -IntRect Chrome::rootViewToScreen(const IntRect& rect) const
|
| +IntRect Chrome::viewportToScreen(const IntRect& rect) const
|
| {
|
| - return m_client->rootViewToScreen(rect);
|
| + return m_client->viewportToScreen(rect);
|
| }
|
|
|
| blink::WebScreenInfo Chrome::screenInfo() const
|
|
|