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

Unified Diff: third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp

Issue 1774943003: blink: Rename platform/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-platform: rebase-yayyyyyyyy Created 4 years, 9 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/layout/ScrollAnchorTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp
index 205b3c6e7a890a2f5c7633ccf4d7a2590d5d6d3c..0f7a5e07a13895f98d4b7499f76c2beb129d894c 100644
--- a/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp
+++ b/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp
@@ -31,7 +31,7 @@ protected:
ScrollableArea* scrollerForElement(Element* element)
{
- return toLayoutBox(element->layoutObject())->scrollableArea();
+ return toLayoutBox(element->layoutObject())->getScrollableArea();
}
ScrollAnchor& scrollAnchor(ScrollableArea* scroller)

Powered by Google App Engine
This is Rietveld 408576698