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

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

Issue 2725273002: Rename ScrollableArea fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename ScrollableArea *Widget* to ...FrameViewBase... Created 3 years, 10 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 558bc5e9a47e9acbc9068738db963cd561d113a7..c54b6e215a9009a14879f49fbd3513c22fa15a51 100644
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
@@ -448,8 +448,8 @@ void RootFrameViewport::cancelProgrammaticScrollAnimation() {
visualViewport().cancelProgrammaticScrollAnimation();
}
-FrameViewBase* RootFrameViewport::getWidget() {
- return visualViewport().getWidget();
+FrameViewBase* RootFrameViewport::getFrameViewBase() {
+ return visualViewport().getFrameViewBase();
}
void RootFrameViewport::clearScrollableArea() {
« 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