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

Unified Diff: src/gpu/GrTexture.cpp

Issue 39973004: Minor changes (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 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/effects/SkBitmapAlphaThresholdShader.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrTexture.cpp
===================================================================
--- src/gpu/GrTexture.cpp (revision 11939)
+++ src/gpu/GrTexture.cpp (working copy)
@@ -42,6 +42,7 @@
return;
}
+ SkASSERT(0 == this->getDeferredRefCount());
this->INHERITED::internal_dispose();
}
« no previous file with comments | « src/effects/SkBitmapAlphaThresholdShader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698