| commit | 0255a5d2fe37f5b5b4e7c4cdb2ec3ab18a53deaf | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 24 14:03:01 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 24 14:03:01 2013 +0000 |
| tree | d390b74055024e76ad04d25d6ce7e1bb98aa95fd | |
| parent | ccecbbb2eaef1042c860cf56427e8d237a95c312 [diff] [blame] |
Minor changes https://codereview.chromium.org/39973004/ git-svn-id: http://skia.googlecode.com/svn/trunk@11940 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrTexture.cpp b/src/gpu/GrTexture.cpp index 5a3e6aa..b5a0195 100644 --- a/src/gpu/GrTexture.cpp +++ b/src/gpu/GrTexture.cpp
@@ -42,6 +42,7 @@ return; } + SkASSERT(0 == this->getDeferredRefCount()); this->INHERITED::internal_dispose(); }