blob: 8bf0e6694acb7d218c0f83ac69be65ce7cc0ae4c [file] [log] [blame]
/*
* 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