aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/svg/parser/SkSVGG.h
blob: 94cddc76012d23ed4c7d34721f42fd89b0a44a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * 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