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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1541713002: Revert of Support device scale factor test with popups in LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « components/html_viewer/web_test_delegate_impl.cc ('k') | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index d5d67e4eb9c6dcc89e7f6889b743224314884410..cb9df66cae892c025c3e87ff4e423bdbc9c39bc1 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -30,7 +30,6 @@ class WebLocalFrame;
class WebMediaStream;
class WebPlugin;
struct WebPluginParams;
-struct WebPoint;
struct WebRect;
struct WebSize;
struct WebURLError;
@@ -284,10 +283,6 @@ class WebTestDelegate {
const blink::WebPluginParams& params) = 0;
virtual void OnWebTestProxyBaseDestroy(WebTestProxyBase* proxy) = 0;
-
- // Convert the position in DIP to native coordinates.
- virtual blink::WebPoint ConvertDIPToNative(
- const blink::WebPoint& point_in_dip) const = 0;
};
} // namespace test_runner
« no previous file with comments | « components/html_viewer/web_test_delegate_impl.cc ('k') | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698