Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Unified Diff: cc/resources/resource_provider.cc

Issue 775663002: Revert of cc: Added RED_8 to the ResourceFormat enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/resource_provider.h ('k') | cc/resources/texture_uploader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_provider.cc
diff --git a/cc/resources/resource_provider.cc b/cc/resources/resource_provider.cc
index 04351e12e6ab6e76ec3c67fdd8962040dd8a6b14..636e797900b85e7386efbd3e558e87f6fe09869a 100644
--- a/cc/resources/resource_provider.cc
+++ b/cc/resources/resource_provider.cc
@@ -76,7 +76,6 @@
case LUMINANCE_8:
case RGB_565:
case ETC1:
- case RED_8:
NOTREACHED();
break;
}
@@ -95,7 +94,6 @@
case LUMINANCE_8:
case RGB_565:
case ETC1:
- case RED_8:
return false;
}
return false;
@@ -127,7 +125,6 @@
case LUMINANCE_8:
case RGB_565:
case ETC1:
- case RED_8:
break;
}
NOTREACHED();
« no previous file with comments | « cc/resources/resource_provider.h ('k') | cc/resources/texture_uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698