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: #include "SkSVGMetadata.h" michael@0: #include "SkSVGParser.h" michael@0: michael@0: DEFINE_SVG_NO_INFO(Metadata) michael@0: michael@0: bool SkSVGMetadata::isDef() { michael@0: return false; michael@0: } michael@0: michael@0: bool SkSVGMetadata::isNotDef() { michael@0: return false; michael@0: } michael@0: michael@0: void SkSVGMetadata::translate(SkSVGParser& parser, bool defState) { michael@0: }