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

Unified Diff: cc/layers/nine_patch_layer_impl.cc

Issue 1968363002: SurfaceAggregator should check whether output is secure when drawin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/layers/nine_patch_layer_impl.cc
diff --git a/cc/layers/nine_patch_layer_impl.cc b/cc/layers/nine_patch_layer_impl.cc
index 1fac38552fe0249f9775cac9e63e436bde77731f..445652738981d75b59a367893db44f6d63334386 100644
--- a/cc/layers/nine_patch_layer_impl.cc
+++ b/cc/layers/nine_patch_layer_impl.cc
@@ -321,7 +321,7 @@ void NinePatchLayerImpl::AppendQuads(
visible_rect, resource, premultiplied_alpha,
image_rect.origin(), image_rect.bottom_right(),
SK_ColorTRANSPARENT, vertex_opacity, flipped,
- nearest_neighbor_);
+ nearest_neighbor_, false);
ValidateQuadResources(quad);
}
}

Powered by Google App Engine
This is Rietveld 408576698