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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElement.h

Issue 2923563003: Move container policy logic to frame owner classes. (Closed)
Patch Set: Addressing nits Created 3 years, 6 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 | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLFrameElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLFrameElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElement.h b/third_party/WebKit/Source/core/html/HTMLFrameElement.h
index 94f4b854d44341aca16a0e5a0bd8993de5dd9a6c..09f44c437c297361f7bc2029b252379b83a4fe76 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElement.h
@@ -24,11 +24,12 @@
#ifndef HTMLFrameElement_h
#define HTMLFrameElement_h
+#include "core/CoreExport.h"
#include "core/html/HTMLFrameElementBase.h"
namespace blink {
-class HTMLFrameElement final : public HTMLFrameElementBase {
+class CORE_EXPORT HTMLFrameElement final : public HTMLFrameElementBase {
DEFINE_WRAPPERTYPEINFO();
public:
@@ -38,6 +39,9 @@ class HTMLFrameElement final : public HTMLFrameElementBase {
bool NoResize() const;
+ Vector<WebParsedFeaturePolicyDeclaration> ConstructContainerPolicy()
+ const override;
+
private:
explicit HTMLFrameElement(Document&);
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLFrameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698