Index: cc/resources/resource_format.h |
diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h |
deleted file mode 100644 |
index d785ab7382b8db450ed675580712d5b0675bc7fd..0000000000000000000000000000000000000000 |
--- a/cc/resources/resource_format.h |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-// Copyright 2013 The Chromium 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 CC_RESOURCES_RESOURCE_FORMAT_H_ |
-#define CC_RESOURCES_RESOURCE_FORMAT_H_ |
- |
-#include "base/logging.h" |
-#include "third_party/skia/include/core/SkBitmap.h" |
- |
-namespace cc { |
- |
-// Keep in sync with arrays below. |
-enum ResourceFormat { |
- RGBA_8888, |
- RGBA_4444, |
- BGRA_8888, |
- ALPHA_8, |
- LUMINANCE_8, |
- RGB_565, |
- ETC1, |
- RED_8, |
- RESOURCE_FORMAT_MAX = RED_8, |
-}; |
- |
-SkColorType ResourceFormatToSkColorType(ResourceFormat format); |
- |
-} // namespace cc |
- |
-#endif // CC_RESOURCES_RESOURCE_FORMAT_H_ |