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

Unified Diff: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp

Issue 2917343004: Move LoadHTMLString method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Created 3 years, 6 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/web/tests/ScrollingCoordinatorTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
index 2b6992b3c46e81c28b0b71e5389a669e82d4b09a..67dcf7a86a642bc3d56730875a2f282af508be83 100644
--- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
@@ -91,7 +91,7 @@ class ScrollingCoordinatorTest : public ::testing::Test,
}
void LoadHTML(const std::string& html) {
- FrameTestHelpers::LoadHTMLString(GetWebView()->MainFrame(), html,
+ FrameTestHelpers::LoadHTMLString(GetWebView()->MainFrameImpl(), html,
URLTestHelpers::ToKURL("about:blank"));
}

Powered by Google App Engine
This is Rietveld 408576698