Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2260)

Unified Diff: content/shell/renderer/test_runner/WebTestProxy.h

Issue 274253002: Make WebTestProxy handle printing + compositing mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/WebTestProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/WebTestProxy.h
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h
index adff5959a07c73250e00b095a6f42635a60812ad..accb502fe49551e6fc8a3e4c60b659e1dbb68b53 100644
--- a/content/shell/renderer/test_runner/WebTestProxy.h
+++ b/content/shell/renderer/test_runner/WebTestProxy.h
@@ -99,6 +99,8 @@ public:
std::string captureTree(bool debugRenderTree);
SkCanvas* capturePixels();
+ void CapturePixelsForPrinting(
+ base::Callback<void(const SkBitmap&)> callback);
void CapturePixelsAsync(base::Callback<void(const SkBitmap&)> callback);
void setLogConsoleOutput(bool enabled);
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/WebTestProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698