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

Unified Diff: include/gpu/GrEffect.h

Issue 23137022: Replace uses of GR_DEBUG by SK_DEBUG. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: common.gypi Created 7 years, 4 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
Index: include/gpu/GrEffect.h
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h
index d8757b2cede75e3d40d718682e45c17cb3fda96f..1d10ca5e8a311f8883e368da9884e55fb18afce5 100644
--- a/include/gpu/GrEffect.h
+++ b/include/gpu/GrEffect.h
@@ -287,7 +287,7 @@ private:
return false;
}
bool result = this->onIsEqual(other);
-#if GR_DEBUG
+#if SK_DEBUG
if (result) {
SkASSERT(this->numTextures() == other.numTextures());
for (int i = 0; i < this->numTextures(); ++i) {
« include/gpu/GrConfig.h ('K') | « include/gpu/GrConfig.h ('k') | include/gpu/GrResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698