| Index: cc/output/shader.h
|
| diff --git a/cc/shader.h b/cc/output/shader.h
|
| similarity index 99%
|
| rename from cc/shader.h
|
| rename to cc/output/shader.h
|
| index 1923e9e5713ebcb6725c7df356990c8d8a0c4a14..4afd3a8b20a99a9cd4592aa9f6e296333bccf020 100644
|
| --- a/cc/shader.h
|
| +++ b/cc/output/shader.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_SHADER_H_
|
| -#define CC_SHADER_H_
|
| +#ifndef CC_OUTPUT_SHADER_H_
|
| +#define CC_OUTPUT_SHADER_H_
|
|
|
| -#include "third_party/skia/include/core/SkColorPriv.h"
|
| #include <string>
|
| +#include "third_party/skia/include/core/SkColorPriv.h"
|
|
|
| namespace WebKit {
|
| class WebGraphicsContext3D;
|
| @@ -363,4 +363,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SHADER_H_
|
| +#endif // CC_OUTPUT_SHADER_H_
|
|
|