| Index: third_party/WebKit/public/web/WebViewClient.h
|
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
|
| index a41ebe62535a14820ac43f2f9439cfff3087e33e..3c0490ca9f817ae3402eb070093b5c6a0fa8cffb 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -200,6 +200,9 @@ public:
|
| // Returns comma separated list of accept languages.
|
| virtual WebString acceptLanguages() { return WebString(); }
|
|
|
| + // Returns the acutal scale factor of the device even when emulated. Used for drag drop
|
| + // images that should use the real device scale factor even in dev tools.
|
| + virtual float nonEmulatedDeviceScaleFactor() { return 1.0f; }
|
|
|
| // Session history -----------------------------------------------------
|
|
|
|
|