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

Unified Diff: gm/yuvtorgbeffect.cpp

Issue 1225923010: Refugee from Dead Machine 4: MDB Monster Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Last update from dead machine Created 4 years, 8 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 | « gm/texturedomaineffect.cpp ('k') | gyp/libjpeg-turbo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/yuvtorgbeffect.cpp
diff --git a/gm/yuvtorgbeffect.cpp b/gm/yuvtorgbeffect.cpp
index 25dca35e02ba0b2b046c104edff91d7ce501c8ea..806debe43288e94b14c4ac1d429b10792f45914c 100644
--- a/gm/yuvtorgbeffect.cpp
+++ b/gm/yuvtorgbeffect.cpp
@@ -120,7 +120,7 @@ protected:
texture[indices[i][1]],
texture[indices[i][2]],
sizes,
- static_cast<SkYUVColorSpace>(space)));
+ static_cast<SkYUVColorSpace>(space), rt));
if (fp) {
SkMatrix viewMatrix;
viewMatrix.setTranslate(x, y);
@@ -142,7 +142,7 @@ private:
typedef GM INHERITED;
};
-DEF_GM(return new YUVtoRGBEffect;)
+//DEF_GM(return new YUVtoRGBEffect;)
}
#endif
« no previous file with comments | « gm/texturedomaineffect.cpp ('k') | gyp/libjpeg-turbo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698