Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 1d9867749153897e1f80818ce82e8e4bf61448b3..46a218d7c37c351840d7bf3942fdb1a48dadcca5 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -148,7 +148,7 @@ public: |
virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0; |
virtual IntPoint screenToRootView(const IntPoint&) const = 0; |
virtual IntRect rootViewToScreen(const IntRect&) const = 0; |
- virtual WebKit::WebScreenInfo screenInfo() const = 0; |
+ virtual blink::WebScreenInfo screenInfo() const = 0; |
virtual void setCursor(const Cursor&) = 0; |
virtual void scheduleAnimation() = 0; |
// End methods used by HostWindow. |