blob: 85bf36264aa9e1391e27c314ba8cbfa85bacb7c5 [file] [log] [blame] [edit]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_FLOW_PAINT_UTILS_H_
#define FLUTTER_FLOW_PAINT_UTILS_H_
#include "flutter/display_list/dl_canvas.h"
namespace flutter {
void DrawCheckerboard(DlCanvas* canvas, const DlRect& rect);
} // namespace flutter
#endif // FLUTTER_FLOW_PAINT_UTILS_H_