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

Unified Diff: cc/output/filter_operations.h

Issue 1980613003: cc: correctly fix edge-AA for filtered render surfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 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: cc/output/filter_operations.h
diff --git a/cc/output/filter_operations.h b/cc/output/filter_operations.h
index 92ac7d45e989b3ff18def686351e0515754dc78a..589b2f5f5bb107206fd809b7be1815f4b7b7c127 100644
--- a/cc/output/filter_operations.h
+++ b/cc/output/filter_operations.h
@@ -52,7 +52,7 @@ class CC_EXPORT FilterOperations {
// Maps "forward" to determine which pixels in a destination rect are affected
// by pixels in the source rect.
- gfx::Rect MapRect(const gfx::Rect& rect) const;
+ gfx::Rect MapRect(const gfx::Rect& rect, const SkMatrix& matrix) const;
void GetOutsets(int* top, int* right, int* bottom, int* left) const;
bool HasFilterThatMovesPixels() const;

Powered by Google App Engine
This is Rietveld 408576698