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

Unified Diff: content/public/renderer/render_view.h

Issue 2123833002: Remove duplicated function in RenderView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 8fca07e1e5d02ea309ab163306264439c42fde51..00a3074dc20cd164f7ff1ff71cce656490793cf8 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -144,9 +144,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
virtual gfx::RectF ElementBoundsInWindow(const blink::WebElement& element)
= 0;
- // Returns the device scale factor for unit tests.
- virtual float GetDeviceScaleFactorForTest() const = 0;
-
virtual bool HasAddedInputHandler() const = 0;
protected:
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | content/shell/renderer/layout_test/blink_test_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698