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

Unified Diff: gm/srcmode.cpp

Issue 24130009: promote SkImage::AlphaType to SkAlphaType (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 months 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 | « gm/image.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/srcmode.cpp
diff --git a/gm/srcmode.cpp b/gm/srcmode.cpp
index e8a97e2b7b7beefdc622e6b219d2376a148877e7..0f2591c828bfd233e226a6f6999ce14696ead4e8 100644
--- a/gm/srcmode.cpp
+++ b/gm/srcmode.cpp
@@ -121,7 +121,7 @@ protected:
size.width(),
size.height(),
SkImage::kPMColor_ColorType,
- SkImage::kPremul_AlphaType
+ kPremul_SkAlphaType
};
#if SK_SUPPORT_GPU
SkBaseDevice* dev = canvas->getDevice();
« no previous file with comments | « gm/image.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698