| Index: content/shell/renderer/test_runner/web_test_proxy.h
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h
|
| index f4c7f7062f692a2fe9149decff2cc19b76f2658c..11ba1fd1166898833ae15254afea11ad94f23758 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.h
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.h
|
| @@ -116,6 +116,8 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
|
| std::string CaptureTree(bool debug_render_tree);
|
| void CapturePixelsForPrinting(
|
| const base::Callback<void(const SkBitmap&)>& callback);
|
| + void CopyImageAtAndCapturePixels(
|
| + int x, int y, const base::Callback<void(const SkBitmap&)>& callback);
|
| void CapturePixelsAsync(
|
| const base::Callback<void(const SkBitmap&)>& callback);
|
|
|
|
|