Index: content/browser/compositor/delegated_frame_host.cc |
diff --git a/content/browser/compositor/delegated_frame_host.cc b/content/browser/compositor/delegated_frame_host.cc |
index 4cfa531c1b4a1ac295f02da092bf7d6216592de7..4f1d43a39699ea637a7009c450a6d30a69e2dd95 100644 |
--- a/content/browser/compositor/delegated_frame_host.cc |
+++ b/content/browser/compositor/delegated_frame_host.cc |
@@ -183,9 +183,7 @@ void DelegatedFrameHost::CopyFromCompositingSurfaceToVideoFrame( |
subscriber_texture, |
target, |
callback)); |
- gfx::Rect src_subrect_in_pixel = |
- ConvertRectToPixel(client_->CurrentDeviceScaleFactor(), src_subrect); |
- request->set_area(src_subrect_in_pixel); |
+ request->set_area(src_subrect); |
if (subscriber_texture.get()) { |
request->SetTextureMailbox( |
cc::TextureMailbox(subscriber_texture->mailbox(), |