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

Unified Diff: components/html_viewer/web_test_delegate_impl.cc

Issue 1555163002: Revert "Revert of Support device scale factor test with popups in LayoutTest (patchset #2 id:40001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hypothentical fix Created 4 years, 12 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: components/html_viewer/web_test_delegate_impl.cc
diff --git a/components/html_viewer/web_test_delegate_impl.cc b/components/html_viewer/web_test_delegate_impl.cc
index 3111c09546ea413d373821005e064852abe4b916..751b84267fd4613eefab1f2d5a560cdf8917097f 100644
--- a/components/html_viewer/web_test_delegate_impl.cc
+++ b/components/html_viewer/web_test_delegate_impl.cc
@@ -363,4 +363,10 @@ void WebTestDelegateImpl::OnWebTestProxyBaseDestroy(
test_runner::WebTestProxyBase* base) {
}
+blink::WebPoint WebTestDelegateImpl::ConvertDIPToNative(
+ const blink::WebPoint& point_in_dip) const {
+ NOTIMPLEMENTED();
+ return point_in_dip;
+}
+
} // namespace html_viewer

Powered by Google App Engine
This is Rietveld 408576698