Index: content/public/browser/render_widget_host.h |
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h |
index 6fc195b23dca59720a947e6c531225bcc8135c08..bb931bc19ae4a91ef47e065a4ed1162a81f0842a 100644 |
--- a/content/public/browser/render_widget_host.h |
+++ b/content/public/browser/render_widget_host.h |
@@ -165,9 +165,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender { |
// Copies the given subset of the backing store into the given (uninitialized) |
// PlatformCanvas. If |src_rect| is empty, the whole contents is copied. |
- // NOTE: |src_rect| is not supported yet when accelerated compositing is |
- // active (http://crbug.com/118571) and the whole content is always copied |
- // regardless of |src_rect|. |
// If non empty |accelerated_dest_size| is given and accelerated compositing |
// is active, the content is shrinked so that it fits in |
// |accelerated_dest_size|. If |accelerated_dest_size| is larger than the |