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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1132133009: Plumb whether or not a frame is in shadow DOM to the embedder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address review comments 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
« no previous file with comments | « Source/web/WebFrame.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index b17d81afdb554e0e65cf5bc4da20880eaf2ae23b..e788e8733c9627b5d46a097a7615c76c517e8e2b 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -248,7 +248,7 @@ public:
void willBeDetached();
void willDetachParent();
- static WebLocalFrameImpl* create(WebFrameClient*);
+ static WebLocalFrameImpl* create(WebTreeScopeType, WebFrameClient*);
virtual ~WebLocalFrameImpl();
PassRefPtrWillBeRawPtr<LocalFrame> initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
@@ -340,7 +340,7 @@ public:
private:
friend class FrameLoaderClientImpl;
- explicit WebLocalFrameImpl(WebFrameClient*);
+ WebLocalFrameImpl(WebTreeScopeType, WebFrameClient*);
// Sets the local core frame and registers destruction observers.
void setCoreFrame(PassRefPtrWillBeRawPtr<LocalFrame>);
« no previous file with comments | « Source/web/WebFrame.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698