Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
=================================================================== |
--- gpu/command_buffer/service/gles2_cmd_decoder.cc (revision 78636) |
+++ gpu/command_buffer/service/gles2_cmd_decoder.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -1972,6 +1972,7 @@ |
GLuint service_id = offscreen_saved_color_texture_->id(); |
TextureManager::TextureInfo* info = |
parent_->CreateTextureInfo(parent_client_texture_id, service_id); |
+ info->SetNotOwned(); |
parent_->texture_manager()->SetInfoTarget(info, GL_TEXTURE_2D); |
} |