| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| index ff7020f688f1bb6a5149293094ec29496ae3e51c..03448877fb83e0ceae4d45a1e530ac7ff61751f0 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| @@ -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.
|
|
|
| @@ -1594,6 +1594,14 @@ WebGraphicsContext3DInProcessImpl::
|
| offset(0) {
|
| }
|
|
|
| +WebGraphicsContext3DInProcessImpl::
|
| +ShaderSourceEntry::ShaderSourceEntry(unsigned long shader_type)
|
| + : type(shader_type),
|
| + is_valid(false) {
|
| +}
|
| +
|
| +WebGraphicsContext3DInProcessImpl::ShaderSourceEntry::~ShaderSourceEntry() {}
|
| +
|
| WebGraphicsContext3DInProcessImpl::WebGraphicsContext3DInProcessImpl()
|
| : initialized_(false),
|
| render_directly_to_web_view_(false),
|
|
|