| 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:
|
|
|