| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 221161)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -459,6 +459,10 @@
|
| const WebKit::WebString& path,
|
| WebKit::WebFileChooserCompletion* chooser_completion);
|
| virtual void initializeHelperPluginWebFrame(WebKit::WebHelperPlugin*);
|
| + virtual void emulateDevice(
|
| + bool enabled, const WebKit::WebSize& device_size,
|
| + const WebKit::WebRect& view_rect, float device_scale_factor,
|
| + bool fit_to_view);
|
| virtual void didStartLoading();
|
| virtual void didStopLoading();
|
| virtual void didChangeLoadProgress(WebKit::WebFrame* frame,
|
| @@ -770,6 +774,7 @@
|
| const ui::Range& replacement_range,
|
| bool keep_selection) OVERRIDE;
|
| virtual void SetDeviceScaleFactor(float device_scale_factor) OVERRIDE;
|
| + virtual void SetDeviceEmulationScale(float scale) OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() OVERRIDE;
|
| virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) OVERRIDE;
|
| #if defined(OS_MACOSX) || defined(OS_WIN) || defined(USE_AURA)
|
|
|