blob: 8bf0e6694acb7d218c0f83ac69be65ce7cc0ae4c [file] [log] [blame]
commit-bot@chromium.orgc4b21e62014-04-11 18:33:31 +00001/*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +00008#ifndef SkRecordDraw_DEFINED
9#define SkRecordDraw_DEFINED
10
11#include "SkRecord.h"
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +000012#include "SkCanvas.h"
13
commit-bot@chromium.org506db0b2014-04-08 23:31:35 +000014// Draw an SkRecord into an SkCanvas.
15void SkRecordDraw(const SkRecord&, SkCanvas*);
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +000016
17#endif//SkRecordDraw_DEFINED