| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 217537)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -455,6 +455,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,
|
|
|