diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-14 22:04:32 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-14 22:04:32 -0400 |
commit | e215bfbb802a4c854aa7323c698ea5dff4045e25 (patch) | |
tree | f58f4b3dc8d9440f40840f635b39c8eefefe6cca /layout/generic | |
parent | b356448d145cbd294d051624512bfbfaaf18d9b6 (diff) | |
download | uxp-e215bfbb802a4c854aa7323c698ea5dff4045e25.tar.gz |
Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameFor
Tag #1375
Diffstat (limited to 'layout/generic')
-rw-r--r-- | layout/generic/nsIAnonymousContentCreator.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/layout/generic/nsIAnonymousContentCreator.h b/layout/generic/nsIAnonymousContentCreator.h index 844b3a0637..2728bb4bb2 100644 --- a/layout/generic/nsIAnonymousContentCreator.h +++ b/layout/generic/nsIAnonymousContentCreator.h @@ -72,14 +72,6 @@ public: */ virtual void AppendAnonymousContentTo(nsTArray<nsIContent*>& aElements, uint32_t aFilter) = 0; - - /** - * Implementations can override this method to create special frames for the - * anonymous content returned from CreateAnonymousContent. - * By default this method returns nullptr, which means the default frame - * is created. - */ - virtual nsIFrame* CreateFrameFor(nsIContent* aContent) { return nullptr; } }; #endif |