Index: ui/gfx/compositor/layer.cc |
diff --git a/ui/gfx/compositor/layer.cc b/ui/gfx/compositor/layer.cc |
index 214b07e302018d8d1e316d1072e0af46ae625e2e..80612940840baceb4d5feb081c338d958b144d11 100644 |
--- a/ui/gfx/compositor/layer.cc |
+++ b/ui/gfx/compositor/layer.cc |
@@ -92,6 +92,7 @@ void Layer::Draw() { |
// Only blend for transparent child layers. |
// The root layer will clobber the cleared bg. |
texture_draw_params.blend = parent_ != NULL && !fills_bounds_opaquely_; |
+ texture_draw_params.compositor_size = compositor_->size(); |
#if defined(OS_WIN) |
texture_->Draw(texture_draw_params); |