blob: b01fc652fcf322122a009a6f128ac6ca7a6bb458 [file] [log] [blame]
robertphillips@google.com9241e332013-08-21 13:54:44 +00001
2/*
3 * Copyright 2013 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8
9#ifndef SkBitmapDevice_DEFINED
10#define SkBitmapDevice_DEFINED
11
12#include "SkDevice.h"
13
14typedef SkDevice SkBitmapDevice;
15
16#endif // SkBitmapDevice_DEFINED
17
18
19