summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h b/chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h
index 64a06123445..a1729e80464 100644
--- a/chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h
+++ b/chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_shadow_dom_delegate.h
@@ -12,6 +12,11 @@ namespace blink {
class KURL;
+// This is one of the underlying implementations of the `HTMLFencedFrameElement`
+// interface. It can be activated by enabling the
+// `blink::features::kFencedFrames` feature, and setting its feature param value
+// to `FencedFramesImplementationType::kShadowDOM`. See the documentation above
+// `FencedFrameDelegate`.
class CORE_EXPORT FencedFrameShadowDOMDelegate
: public HTMLFencedFrameElement::FencedFrameDelegate {
public: