| Index: third_party/WebKit/public/web/WebWidgetClient.h
|
| diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
|
| index 60ac185aaca6cf916239fdeee79ba0c63cd583d8..f4b7807d45a160fa58cc5061d986c2d2c529a681 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -187,6 +187,9 @@ class WebWidgetClient {
|
| const WebImage& dragImage,
|
| const WebPoint& dragImageOffset) {}
|
|
|
| + // This returns original device scale factor.
|
| + virtual float GetOriginalDeviceScaleFactor() const { return 1.0f; }
|
| +
|
| protected:
|
| ~WebWidgetClient() {}
|
| };
|
|
|