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

Unified Diff: tests/DeferredCanvasTest.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 | « src/image/SkSurface_Picture.cpp ('k') | tests/DrawPathTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/DeferredCanvasTest.cpp
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp
index 7593ba877ccd611f74f498e0928056b4e0ea4632..e8075bd68fb10daf9f2ac6ed1fbcf0563284079e 100644
--- a/tests/DeferredCanvasTest.cpp
+++ b/tests/DeferredCanvasTest.cpp
@@ -696,7 +696,7 @@ static void TestDeferredCanvasSurface(skiatest::Reporter* reporter, GrContextFac
10, // width
10, // height
SkImage::kPMColor_ColorType,
- SkImage::kPremul_AlphaType
+ kPremul_SkAlphaType
};
SkSurface* surface;
bool useGpu = NULL != factory;
@@ -763,7 +763,7 @@ static void TestDeferredCanvasSetSurface(skiatest::Reporter* reporter, GrContext
10, // width
10, // height
SkImage::kPMColor_ColorType,
- SkImage::kPremul_AlphaType
+ kPremul_SkAlphaType
};
SkSurface* surface;
SkSurface* alternateSurface;
« no previous file with comments | « src/image/SkSurface_Picture.cpp ('k') | tests/DrawPathTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698