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

Unified Diff: ui/gfx/ozone/dri/dri_skbitmap.cc

Issue 76683003: remove references to DEPRECATED SkBitmap::kA1_Config. No functional change expected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « chrome/browser/ui/app_list/fast_show_pickler.cc ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ozone/dri/dri_skbitmap.cc
diff --git a/ui/gfx/ozone/dri/dri_skbitmap.cc b/ui/gfx/ozone/dri/dri_skbitmap.cc
index dcc16ca85f4634b3cdb646d3556703b748b7b4c2..4fbe0f54d89fbb6a4bae0137cd578c267e0056d8 100644
--- a/ui/gfx/ozone/dri/dri_skbitmap.cc
+++ b/ui/gfx/ozone/dri/dri_skbitmap.cc
@@ -189,7 +189,6 @@ bool DriSkBitmap::Initialize() {
uint8_t DriSkBitmap::GetColorDepth() const {
switch (config()) {
case SkBitmap::kNo_Config:
- case SkBitmap::kA1_Config:
case SkBitmap::kA8_Config:
return 0;
case SkBitmap::kIndex8_Config:
« no previous file with comments | « chrome/browser/ui/app_list/fast_show_pickler.cc ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698