michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkSVGDefs_DEFINED michael@0: #define SkSVGDefs_DEFINED michael@0: michael@0: #include "SkSVGGroup.h" michael@0: michael@0: class SkSVGDefs : public SkSVGGroup { michael@0: DECLARE_SVG_INFO(Defs); michael@0: virtual bool isDef(); michael@0: virtual bool isNotDef(); michael@0: private: michael@0: typedef SkSVGGroup INHERITED; michael@0: }; michael@0: michael@0: #endif // SkSVGDefs_DEFINED