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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1835673002: Moving pixel-capturing code from web_test_proxy_base.* into pixel_dump.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicating-accept-languages
Patch Set: Rebasing... 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
« no previous file with comments | « components/test_runner/test_runner.gyp ('k') | components/test_runner/web_test_proxy.h » ('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 c92010dd0546c2ce10b7b4165a9677b363f3f41d..b7ca9e073d27481cb2c3d746da166c6820eb86d3 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -274,9 +274,7 @@ class WebTestDelegate {
blink::WebLocalFrame* frame,
const blink::WebPluginParams& params) = 0;
- // Convert the position in DIP to native coordinates.
- virtual blink::WebPoint ConvertDIPToNative(
- const blink::WebPoint& point_in_dip) const = 0;
+ virtual float GetDeviceScaleFactorForTest() const = 0;
};
} // namespace test_runner
« no previous file with comments | « components/test_runner/test_runner.gyp ('k') | components/test_runner/web_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698