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

Unified Diff: content/shell/layout_test_controller.h

Issue 10656044: Add basic support to dump pixel results (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 6 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
Index: content/shell/layout_test_controller.h
diff --git a/content/shell/layout_test_controller.h b/content/shell/layout_test_controller.h
index b8e06b51502d8d935eda98edebf94f72c1c1f269..467beb98cf5ca218581a2dbe46ef2e65afea2d13 100644
--- a/content/shell/layout_test_controller.h
+++ b/content/shell/layout_test_controller.h
@@ -23,6 +23,7 @@ class LayoutTestController : public RenderViewObserver {
private:
// Message handlers.
void OnCaptureTextDump(bool as_text, bool printing, bool recursive);
+ void OnCaptureImageDump();
DISALLOW_COPY_AND_ASSIGN(LayoutTestController);
};
« no previous file with comments | « no previous file | content/shell/layout_test_controller.cc » ('j') | content/shell/layout_test_controller_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698