blob: 3412b19b0f9c8767c3f77a572490324d9e3d89c2 [file] [log] [blame]
tfarina@chromium.orgb1b7f7072012-09-18 01:52:20 +00001/*
2 * Copyright 2012 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
8#ifndef SAMPLECODE_OVERVIEW_H_
9#define SAMPLECODE_OVERVIEW_H_
10
11class SkView;
12class SkViewFactory;
13
14SkView* create_overview(int, const SkViewFactory*[]);
15
16bool is_overview(SkView* view);
17
18#endif // SAMPLECODE_OVERVIEW_H_