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

Unified Diff: src/gpu/GrSWMaskHelper.h

Issue 19789006: Fix texture allocation in SWMaskHelper (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove more code Created 7 years, 5 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/gpu/GrGpu.cpp ('k') | src/gpu/GrSWMaskHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrSWMaskHelper.h
===================================================================
--- src/gpu/GrSWMaskHelper.h (revision 10193)
+++ src/gpu/GrSWMaskHelper.h (working copy)
@@ -63,8 +63,7 @@
bool getTexture(GrAutoScratchTexture* texture);
// Move the mask generation results from the internal bitmap to the gpu.
- // The space outside of the mask is cleared using "alpha"
- void toTexture(GrTexture* texture, uint8_t alpha);
+ void toTexture(GrTexture* texture);
// Reset the internal bitmap
void clear(uint8_t alpha) {
« no previous file with comments | « src/gpu/GrGpu.cpp ('k') | src/gpu/GrSWMaskHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698