Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp

Issue 2824753005: Rename HostWindow to PlatformChromeClient (Closed)
Patch Set: mac Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
index 236f764fcf590df77164312f31dbf02805c6c1a1..ee56bd1fe8fe55e8983f89a21f5b4af5215b71d5 100644
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
@@ -427,8 +427,8 @@ bool RootFrameViewport::ScrollAnimatorEnabled() const {
return LayoutViewport().ScrollAnimatorEnabled();
}
-HostWindow* RootFrameViewport::GetHostWindow() const {
- return LayoutViewport().GetHostWindow();
+PlatformChromeClient* RootFrameViewport::GetChromeClient() const {
+ return LayoutViewport().GetChromeClient();
}
void RootFrameViewport::ServiceScrollAnimations(double monotonic_time) {
« no previous file with comments | « third_party/WebKit/Source/core/frame/RootFrameViewport.h ('k') | third_party/WebKit/Source/core/frame/VisualViewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698