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

Unified Diff: content/public/test/mock_render_thread.h

Issue 1141283002: Replicate whether a frame is in a document or shadow tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 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
Index: content/public/test/mock_render_thread.h
diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
index 5b34c524dda13a5f550d89cb8e1dac796e76e07f..f1416395db7a3ae13ddf8589690ad5a28a1f9cda 100644
--- a/content/public/test/mock_render_thread.h
+++ b/content/public/test/mock_render_thread.h
@@ -21,6 +21,10 @@ class MessageFilter;
class MessageReplyDeserializer;
}
+namespace blink {
+enum class WebTreeScopeType;
+}
+
namespace content {
enum class SandboxFlags;
@@ -134,6 +138,7 @@ class MockRenderThread : public RenderThread {
// The Frame expects to be returned a valid route_id different from its own.
void OnCreateChildFrame(int new_frame_routing_id,
+ blink::WebTreeScopeType scope,
const std::string& frame_name,
SandboxFlags sandbox_flags,
int* new_render_frame_id);

Powered by Google App Engine
This is Rietveld 408576698