| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index f65a8617902acc1d15f3f89dff721588b512632a..21ab7e715f3b63ade2d2bee37e02c0a76c5f416d 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -196,6 +196,10 @@ void CompositorImpl::SetVisible(bool visible) {
|
| }
|
| }
|
|
|
| +void CompositorImpl::setDeviceScaleFactor(float factor) {
|
| + host_->setDeviceScaleFactor(factor);
|
| +}
|
| +
|
| void CompositorImpl::SetWindowBounds(const gfx::Size& size) {
|
| if (size_ == size)
|
| return;
|
|
|