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

Unified Diff: content/shell/common/shell_test_configuration.h

Issue 1736353002: ABANDONED CL: Shared-memory-based approach to layout tests runtime flags replication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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/common/shell_messages.h ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/shell_test_configuration.h
diff --git a/content/shell/common/shell_test_configuration.h b/content/shell/common/shell_test_configuration.h
index 74b5d0b2127b8f92d0f2176647cea39d56170d58..7a5c7669441e1e791705d0f040914b2757314315 100644
--- a/content/shell/common/shell_test_configuration.h
+++ b/content/shell/common/shell_test_configuration.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/files/file_path.h"
+#include "base/memory/shared_memory_handle.h"
#include "ui/gfx/geometry/size.h"
#include "url/gurl.h"
@@ -37,6 +38,9 @@ struct ShellTestConfiguration {
// The initial size of the test window.
gfx::Size initial_size;
+
+ // Memory backing LayoutDumpFlags (shared across all renderers).
+ base::SharedMemoryHandle layout_dump_flags_memory_handle;
};
} // namespace content
« no previous file with comments | « content/shell/common/shell_messages.h ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698