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

Unified Diff: src/gpu/GrClipMaskManager.cpp

Issue 14820035: Re-add isIRect test for AA rect drawing (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 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: src/gpu/GrClipMaskManager.cpp
===================================================================
--- src/gpu/GrClipMaskManager.cpp (revision 9127)
+++ src/gpu/GrClipMaskManager.cpp (working copy)
@@ -282,6 +282,7 @@
fGpu,
element->getRect(),
SkMatrix::I(),
+ element->getRect(),
false);
} else {
fGpu->drawSimpleRect(element->getRect(), NULL);

Powered by Google App Engine
This is Rietveld 408576698