replaced by .editorconfig Differential Revision: https://phabricator.services.mozilla.com/D287852
15 lines
440 B
C++
15 lines
440 B
C++
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
// Main header first:
|
|
#include "SVGPaintServerFrame.h"
|
|
|
|
namespace mozilla {
|
|
|
|
NS_QUERYFRAME_HEAD(SVGPaintServerFrame)
|
|
NS_QUERYFRAME_ENTRY(SVGPaintServerFrame)
|
|
NS_QUERYFRAME_TAIL_INHERITING(SVGContainerFrame)
|
|
|
|
} // namespace mozilla
|