зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 668563c7fab8 (bug 1214077) for build failures
This commit is contained in:
Родитель
2f1046d287
Коммит
743fd15585
|
@ -13,6 +13,18 @@
|
|||
|
||||
using namespace mozilla;
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
// Frame class boilerplate
|
||||
// =======================
|
||||
|
||||
NS_IMPL_FRAMEARENA_HELPERS(nsRubyContentFrame)
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
// nsRubyContentFrame Method Implementations
|
||||
// ======================================
|
||||
|
||||
/* virtual */ bool
|
||||
nsRubyContentFrame::IsFrameOfType(uint32_t aFlags) const
|
||||
{
|
||||
|
|
|
@ -16,6 +16,8 @@ typedef nsInlineFrame nsRubyContentFrameSuper;
|
|||
class nsRubyContentFrame : public nsRubyContentFrameSuper
|
||||
{
|
||||
public:
|
||||
NS_DECL_FRAMEARENA_HELPERS
|
||||
|
||||
// nsIFrame overrides
|
||||
virtual bool IsFrameOfType(uint32_t aFlags) const override;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче