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

Unified Diff: content/shell/common/layout_test.mojom

Issue 2962073002: OOPIF support for layout test pixel dumps.
Patch Set: Rebasing on top of 8bc8e844008b (still works locally). Created 3 years, 5 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 | « content/shell/browser/layout_test/blink_test_controller.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/layout_test.mojom
diff --git a/content/shell/common/layout_test.mojom b/content/shell/common/layout_test.mojom
index 19146dd52f7eb4ecc940b1c224bdb98694e00f68..17333c76ad64175f51329a644ae799520a5f4464 100644
--- a/content/shell/common/layout_test.mojom
+++ b/content/shell/common/layout_test.mojom
@@ -38,6 +38,9 @@ interface LayoutTestControl {
// Dumps the frame's contents into a string.
DumpFrameLayout() => (string frame_layout_dump);
+ // Triggers compositing, so that pixels make their way to the browser process.
+ TriggerCompositing() => ();
+
// Replicates test config (for an already started test) to a new renderer
// that hosts parts of the main test window.
ReplicateTestConfiguration(ShellTestConfiguration config);
« no previous file with comments | « content/shell/browser/layout_test/blink_test_controller.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698