| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index e41360aea8e3b86eddd21ba14128671913be2565..164c0bc51f62231c46efef45219c120983513f62 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -376,6 +376,9 @@ class CONTENT_EXPORT RenderWidget
|
| focused_pepper_plugin_ = plugin;
|
| }
|
|
|
| + // When emulated, this returns original device scale factor.
|
| + float GetOriginalDeviceScaleFactor() const;
|
| +
|
| protected:
|
| // Friend RefCounted so that the dtor can be non-public. Using this class
|
| // without ref-counting is an error.
|
| @@ -781,9 +784,6 @@ class CONTENT_EXPORT RenderWidget
|
| std::unique_ptr<MouseLockDispatcher::LockTarget> webwidget_mouse_lock_target_;
|
|
|
| private:
|
| - // When emulated, this returns original device scale factor.
|
| - float GetOriginalDeviceScaleFactor() const;
|
| -
|
| // Indicates whether this widget has focus.
|
| bool has_focus_;
|
|
|
|
|