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

Unified Diff: cc/output/ca_layer_overlay.h

Issue 1893273005: Hook up plumbing for minification/magnification filters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp66
Patch Set: Fix test. 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 | « no previous file | cc/output/ca_layer_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/ca_layer_overlay.h
diff --git a/cc/output/ca_layer_overlay.h b/cc/output/ca_layer_overlay.h
index 00a4039f1362c9c8d1c2a9a9f5082d8a8a6a3e7c..195d6cda91a1096e3c30568190912cbdca26b3dd 100644
--- a/cc/output/ca_layer_overlay.h
+++ b/cc/output/ca_layer_overlay.h
@@ -42,6 +42,8 @@ class CC_EXPORT CALayerOverlay {
gfx::RectF bounds_rect;
// The transform to apply to the CALayer.
SkMatrix44 transform = SkMatrix44(SkMatrix44::kIdentity_Constructor);
+ // The minification and magnification filters for the CALayer.
+ unsigned filter;
};
typedef std::vector<CALayerOverlay> CALayerOverlayList;
« no previous file with comments | « no previous file | cc/output/ca_layer_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698