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

Unified Diff: Source/web/RemoteFrameClientImpl.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: . 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: Source/web/RemoteFrameClientImpl.h
diff --git a/Source/web/RemoteFrameClientImpl.h b/Source/web/RemoteFrameClientImpl.h
index c1e189677ec51535f967a64416e0dd81eb353db0..38d20f5f15f8a9a1b45cde350108fb14f6f35fb0 100644
--- a/Source/web/RemoteFrameClientImpl.h
+++ b/Source/web/RemoteFrameClientImpl.h
@@ -10,11 +10,13 @@
namespace blink {
class WebRemoteFrameImpl;
-class RemoteFrameClientImpl : public RemoteFrameClient {
+class RemoteFrameClientImpl final : public RemoteFrameClient {
public:
explicit RemoteFrameClientImpl(WebRemoteFrameImpl*);
// FrameClient overrides:
+ virtual bool inShadowTree() const override;
+
hayato 2015/05/18 05:08:50 Remove this empty line? The comment L17 applies to
dcheng 2015/05/18 05:19:14 Done.
virtual void willBeDetached() override;
virtual void detached() override;

Powered by Google App Engine
This is Rietveld 408576698