blob: 94cddc76012d23ed4c7d34721f42fd89b0a44a22 [file] [log] [blame]
/*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkSVGG_DEFINED
#define SkSVGG_DEFINED
#include "SkSVGGroup.h"
class SkSVGG : public SkSVGGroup {
DECLARE_SVG_INFO(G);
private:
typedef SkSVGGroup INHERITED;
};
#endif // SkSVGG_DEFINED