| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index 42ad05d6524ebcf8e9d1105324d593bc0d341c2d..f6449f43e8e291f030002cb2313c9f1efe5c96ee 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -99,6 +99,8 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| gfx::Size GetRequestedRendererSize() const;
|
| void SetCompositor(ui::Compositor* compositor);
|
| void ResetCompositor();
|
| + // Note: |src_subset| is specified in DIP dimensions while |output_size|
|
| + // expects pixels.
|
| void CopyFromCompositingSurface(const gfx::Rect& src_subrect,
|
| const gfx::Size& output_size,
|
| ReadbackRequestCallback& callback,
|
|
|