| Index: content/public/browser/android/compositor.h
|
| diff --git a/content/public/browser/android/compositor.h b/content/public/browser/android/compositor.h
|
| index 7cf5da5a638c4833233115373a3360a6aaacd979..7d3d3b9eb7d208afc7e739abee44619285df17f3 100644
|
| --- a/content/public/browser/android/compositor.h
|
| +++ b/content/public/browser/android/compositor.h
|
| @@ -60,6 +60,9 @@ class CONTENT_EXPORT Compositor {
|
| // Attaches the layer tree.
|
| virtual void SetRootLayer(scoped_refptr<cc::Layer> root) = 0;
|
|
|
| + // Set the scale factor from DIP to pixel.
|
| + virtual void setDeviceScaleFactor(float factor) = 0;
|
| +
|
| // Set the output surface bounds.
|
| virtual void SetWindowBounds(const gfx::Size& size) = 0;
|
|
|
|
|