Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(248)

Unified Diff: src/gpu/SkGr.cpp

Issue 5448116: Remove fConfig/fFormat union in GrTextureDesc (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 13 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/SkGpuDevice.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/SkGr.cpp
===================================================================
--- src/gpu/SkGr.cpp (revision 2805)
+++ src/gpu/SkGr.cpp (working copy)
@@ -76,7 +76,7 @@
kNone_GrAALevel,
bitmap->width(),
bitmap->height(),
- { SkGr::Bitmap2PixelConfig(*bitmap) }
+ SkGr::Bitmap2PixelConfig(*bitmap)
};
if (SkBitmap::kIndex8_Config == bitmap->config()) {
« no previous file with comments | « src/gpu/SkGpuDevice.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b