| Index: cc/ShaderChromium.h
|
| ===================================================================
|
| --- cc/ShaderChromium.h (revision 158168)
|
| +++ cc/ShaderChromium.h (working copy)
|
| @@ -338,12 +338,10 @@
|
| int alphaLocation() const { return m_alphaLocation; }
|
| int texTransformLocation() const { return m_texTransformLocation; }
|
| int frequencyLocation() const { return m_frequencyLocation; }
|
| - int colorLocation() const { return m_colorLocation; }
|
| private:
|
| int m_alphaLocation;
|
| int m_texTransformLocation;
|
| int m_frequencyLocation;
|
| - int m_colorLocation;
|
| };
|
|
|
| } // namespace cc
|
|
|