| Index: content/browser/aura/reflector_impl.cc
|
| diff --git a/content/browser/aura/reflector_impl.cc b/content/browser/aura/reflector_impl.cc
|
| index eabd6e4cf7fbfe91a21b2dbbce36af463dbdd68d..e4424fc5872ebd06b476ac694ad9db4fc01bf4c4 100644
|
| --- a/content/browser/aura/reflector_impl.cc
|
| +++ b/content/browser/aura/reflector_impl.cc
|
| @@ -98,7 +98,7 @@ void ReflectorImpl::OnMirroringCompositorResized() {
|
|
|
| void ReflectorImpl::OnLostResources() {
|
| shared_texture_ = NULL;
|
| - mirroring_layer_->SetExternalTexture(NULL);
|
| + mirroring_layer_->SetShowPaintedContent();
|
| }
|
|
|
| void ReflectorImpl::OnReshape(gfx::Size size) {
|
|
|