Chromium staging for SkDevice refactoring

https://codereview.chromium.org/23332009/



git-svn-id: http://skia.googlecode.com/svn/trunk@10844 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
new file mode 100644
index 0000000..b01fc65
--- /dev/null
+++ b/include/core/SkBitmapDevice.h
@@ -0,0 +1,19 @@
+
+/*
+ * Copyright 2013 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef SkBitmapDevice_DEFINED
+#define SkBitmapDevice_DEFINED
+
+#include "SkDevice.h"
+
+typedef SkDevice SkBitmapDevice;
+
+#endif // SkBitmapDevice_DEFINED
+
+
+