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 76e12e6a3d2e482b8316cbe8d2c2e47a22178bd2..231383264c8ab806920507d6a6f50e103005ec01 100644 |
--- a/content/browser/compositor/delegated_frame_host.cc |
+++ b/content/browser/compositor/delegated_frame_host.cc |
@@ -122,14 +122,6 @@ void DelegatedFrameHost::RequestCopyOfOutput( |
client_->GetLayer()->RequestCopyOfOutput(request.Pass()); |
} |
-gfx::Rect DelegatedFrameHost::GetViewBoundsWithResizeLock( |
- const gfx::Rect& bounds) const { |
- if (resize_lock_.get()) |
- return gfx::Rect(bounds.origin(), resize_lock_->expected_size()); |
- else |
- return bounds; |
-} |
- |
void DelegatedFrameHost::CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |