summaryrefslogtreecommitdiffstats
path: root/cc/layers
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-18 00:08:08 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-18 00:08:08 +0000
commit57d0927c096df07d5abc39246bb56f6be197b6f3 (patch)
treee7bdb3070ce36650529cb6ce1931da965691ce26 /cc/layers
parent33f00765f94a06485df98869aee11b5dd39f4bc1 (diff)
downloadchromium_src-57d0927c096df07d5abc39246bb56f6be197b6f3.zip
chromium_src-57d0927c096df07d5abc39246bb56f6be197b6f3.tar.gz
chromium_src-57d0927c096df07d5abc39246bb56f6be197b6f3.tar.bz2
cc: Push TextureLayerImpl::blend_background_color property.
This property was not being pushed to the active tree. BUG=318628 Review URL: https://codereview.chromium.org/66123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layers')
-rw-r--r--cc/layers/texture_layer_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layers/texture_layer_impl.cc b/cc/layers/texture_layer_impl.cc
index 98837b8..119ae91 100644
--- a/cc/layers/texture_layer_impl.cc
+++ b/cc/layers/texture_layer_impl.cc
@@ -66,6 +66,7 @@ void TextureLayerImpl::PushPropertiesTo(LayerImpl* layer) {
texture_layer->set_uv_bottom_right(uv_bottom_right_);
texture_layer->set_vertex_opacity(vertex_opacity_);
texture_layer->set_premultiplied_alpha(premultiplied_alpha_);
+ texture_layer->set_blend_background_color(blend_background_color_);
if (uses_mailbox_ && own_mailbox_) {
texture_layer->SetTextureMailbox(texture_mailbox_,
release_callback_.Pass());