summaryrefslogtreecommitdiffstats
path: root/cc/layers/ui_resource_layer_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/ui_resource_layer_impl.cc')
-rw-r--r--cc/layers/ui_resource_layer_impl.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/layers/ui_resource_layer_impl.cc b/cc/layers/ui_resource_layer_impl.cc
index 35d242be..c7653e7 100644
--- a/cc/layers/ui_resource_layer_impl.cc
+++ b/cc/layers/ui_resource_layer_impl.cc
@@ -112,6 +112,7 @@ void UIResourceLayerImpl::AppendQuads(
return;
static const bool flipped = false;
+ static const bool nearest_neighbor = false;
static const bool premultiplied_alpha = true;
DCHECK(!bounds().IsEmpty());
@@ -138,7 +139,8 @@ void UIResourceLayerImpl::AppendQuads(
uv_bottom_right_,
SK_ColorTRANSPARENT,
vertex_opacity_,
- flipped);
+ flipped,
+ nearest_neighbor);
}
const char* UIResourceLayerImpl::LayerTypeAsString() const {