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

Unified Diff: gm/imagemagnifier.cpp

Issue 28273005: Magnifier gpu path fix (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: gm update 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
Index: gm/imagemagnifier.cpp
diff --git a/gm/imagemagnifier.cpp b/gm/imagemagnifier.cpp
index f073e3305a8ff8a310ff32b9b05743b6325f61da..ae639d3b538b162b64a40b5604d041ddaea5d553 100644
--- a/gm/imagemagnifier.cpp
+++ b/gm/imagemagnifier.cpp
@@ -38,7 +38,7 @@ protected:
SkPaint paint;
paint.setImageFilter(
new SkMagnifierImageFilter(
- SkRect::MakeXYWH(SkIntToScalar(125), SkIntToScalar(125),
+ SkRect::MakeXYWH(SkIntToScalar(100), SkIntToScalar(100),
SkIntToScalar(WIDTH / 2),
SkIntToScalar(HEIGHT / 2)),
100))->unref();

Powered by Google App Engine
This is Rietveld 408576698