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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.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
Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
index 3e3a5d5efdfd851e98f218316285d111b945c8c5..e8af00f71a7d474c4f081c634cb3c0aa69848b36 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -40,6 +40,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
int MarginHeight() const final { return margin_height_; }
protected:
+ friend class HTMLFrameElementTest;
friend class HTMLIFrameElementTest;
HTMLFrameElementBase(const QualifiedName&, Document&);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFrameElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698