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

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

Issue 2046793002: Move didMeaningfulLayout calls from WebViewClient to WebWidgetClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: print Created 4 years, 5 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/FrameTestHelpers.cpp
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
index 750fc500243d353f9cd7cd1b8dca46a57d6df394..ad516f937a97d4e9c70d899cc9e816d5962019dc 100644
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
@@ -336,5 +336,10 @@ void TestWebViewWidgetClient::scheduleAnimation()
m_testWebViewClient->scheduleAnimation();
}
+void TestWebViewWidgetClient::didMeaningfulLayout(WebMeaningfulLayout layoutType)
+{
+ m_testWebViewClient->didMeaningfulLayout(layoutType);
+}
+
} // namespace FrameTestHelpers
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698