chromium/third_party/skia/src/core/SkRecord.cpp

/*
 * Copyright 2015 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/core/SkRecord.h"

#include <algorithm>

SkRecord::~SkRecord() {}

void SkRecord::grow() {}

size_t SkRecord::bytesUsed() const {}

void SkRecord::defrag() {}