| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index 6d44bf42cf7d1b0ae847b4d834c6293585a205eb..334242d7d3e7e2fe4baf20fcbe6059af31bb0f6b 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -388,8 +388,7 @@ void ContentViewCoreImpl::UpdateFrameInfo(
|
| if (obj.is_null())
|
| return;
|
|
|
| - window_android_->set_content_offset(
|
| - gfx::ScaleVector2d(content_offset, dpi_scale_));
|
| + window_android_->set_content_offset(content_offset);
|
|
|
| Java_ContentViewCore_updateFrameInfo(
|
| env, obj.obj(),
|
|
|