| Index: content/renderer/devtools/devtools_agent.h
|
| diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h
|
| index 17889fdf9537691d5e2f84339c50c9cc6e92c21b..1e255834835e4dbfa019959cfefa01192ec9b6ec 100644
|
| --- a/content/renderer/devtools/devtools_agent.h
|
| +++ b/content/renderer/devtools/devtools_agent.h
|
| @@ -70,10 +70,6 @@ class DevToolsAgent : public RenderViewObserver,
|
| virtual void stopGPUEventsRecording() OVERRIDE;
|
|
|
| virtual void enableDeviceEmulation(
|
| - const blink::WebRect& device_rect,
|
| - const blink::WebRect& view_rect, float device_scale_factor,
|
| - bool fit_to_view);
|
| - virtual void enableDeviceEmulation(
|
| const blink::WebDeviceEmulationParams& params) OVERRIDE;
|
| virtual void disableDeviceEmulation() OVERRIDE;
|
| virtual void setTouchEventEmulationEnabled(bool enabled,
|
|
|