Commit d7e11bf3 authored by mazda@chromium.org's avatar mazda@chromium.org

Delete an obsolete comment on RenderWidgetHost::CopyFromBackingStore.

BUG=118571

Review URL: https://chromiumcodereview.appspot.com/10823384

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152304 0039d316-1c4b-4281-b951-d872f2087c98
parent 1533b393
...@@ -165,9 +165,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender { ...@@ -165,9 +165,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
// Copies the given subset of the backing store into the given (uninitialized) // Copies the given subset of the backing store into the given (uninitialized)
// PlatformCanvas. If |src_rect| is empty, the whole contents is copied. // 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 // If non empty |accelerated_dest_size| is given and accelerated compositing
// is active, the content is shrinked so that it fits in // is active, the content is shrinked so that it fits in
// |accelerated_dest_size|. If |accelerated_dest_size| is larger than the // |accelerated_dest_size|. If |accelerated_dest_size| is larger than the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment