| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 9f91c6344a200159dd259a325d65198f8e420830..1b942fb49a7a0cc09d9d34df512364f1d2a906bd 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -133,7 +133,7 @@ public:
|
|
|
| // Methods used by HostWindow.
|
| virtual void invalidateRect(const IntRect&) = 0;
|
| - virtual IntRect rootViewToScreen(const IntRect&) const = 0;
|
| + virtual IntRect viewportToScreen(const IntRect&) const = 0;
|
| virtual blink::WebScreenInfo screenInfo() const = 0;
|
| virtual void setCursor(const Cursor&) = 0;
|
| virtual void scheduleAnimation() = 0;
|
|
|