| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 6fa66ad810f33d34408a993c0ef3e35f3e6ff8b1..51203633552f295a6359c839f594a81af9d059b8 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -182,6 +182,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| // RendererClient implementation
|
| private:
|
| virtual gfx::Size DeviceViewportSize() const OVERRIDE;
|
| + virtual float DeviceScaleFactor() const OVERRIDE;
|
| virtual const LayerTreeSettings& Settings() const OVERRIDE;
|
| public:
|
| virtual void DidLoseOutputSurface() OVERRIDE;
|
|
|