aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/record/SkRecordDraw.h
blob: 8bf0e6694acb7d218c0f83ac69be65ce7cc0ae4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright 2014 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkRecordDraw_DEFINED
#define SkRecordDraw_DEFINED

#include "SkRecord.h"
#include "SkCanvas.h"

// Draw an SkRecord into an SkCanvas.
void SkRecordDraw(const SkRecord&, SkCanvas*);

#endif//SkRecordDraw_DEFINED