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

Unified Diff: gpu/ipc/service/image_transport_surface_overlay_mac.mm

Issue 1887533002: Add plumbing to command buffer for CALayer min and mag filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix parameter ordering. 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 | « gpu/ipc/service/image_transport_surface_overlay_mac.h ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/image_transport_surface_overlay_mac.mm
diff --git a/gpu/ipc/service/image_transport_surface_overlay_mac.mm b/gpu/ipc/service/image_transport_surface_overlay_mac.mm
index 876b23edf376fe18376f041b9d8aa2be01295e1e..8632fc68aaf55c08ee6aa557a7329a8a7fbc4bc9 100644
--- a/gpu/ipc/service/image_transport_surface_overlay_mac.mm
+++ b/gpu/ipc/service/image_transport_surface_overlay_mac.mm
@@ -298,7 +298,8 @@ bool ImageTransportSurfaceOverlayMac::ScheduleCALayer(
bool is_clipped,
const gfx::RectF& clip_rect,
const gfx::Transform& transform,
- int sorting_context_id) {
+ int sorting_context_id,
+ unsigned filter) {
base::ScopedCFTypeRef<IOSurfaceRef> io_surface;
if (contents_image) {
io_surface =
« no previous file with comments | « gpu/ipc/service/image_transport_surface_overlay_mac.h ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698