Index: cc/resources/ui_resource_bitmap.h |
diff --git a/cc/resources/ui_resource_bitmap.h b/cc/resources/ui_resource_bitmap.h |
index 0c7931b0a877fdaf80b53ecdde2b9b1545ed8601..fab6bc8d4b474602f14ff39c93c92efa35369c8c 100644 |
--- a/cc/resources/ui_resource_bitmap.h |
+++ b/cc/resources/ui_resource_bitmap.h |
@@ -20,8 +20,6 @@ class SkBitmap; |
namespace cc { |
-class ETC1PixelRef; |
- |
// A bitmap class that contains a ref-counted reference to a SkPixelRef that |
// holds the content of the bitmap (cannot use SkBitmap because of ETC1). |
// Thread-safety (by ways of SkPixelRef) ensures that both main and impl threads |