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

Unified Diff: gm/tilemodes.cpp

Issue 21835004: Blur refactoring (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: hide constant 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: gm/tilemodes.cpp
===================================================================
--- gm/tilemodes.cpp (revision 10522)
+++ gm/tilemodes.cpp (working copy)
@@ -59,7 +59,8 @@
SkBlurDrawLooper fLooper;
public:
TilingGM(bool powerOfTwoSize)
- : fLooper(SkIntToScalar(1), SkIntToScalar(2), SkIntToScalar(2), 0x88000000)
+ : fLooper(SkIntToScalar(1), SkIntToScalar(2), SkIntToScalar(2), 0x88000000,
+ SkBlurDrawLooper::kNone_BlurFlag)
, fPowerOfTwoSize(powerOfTwoSize) {
}
« no previous file with comments | « gm/texteffects.cpp ('k') | include/core/SkPicture.h » ('j') | include/effects/SkBlurDrawLooper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698