| Index: cc/output/shader.h
|
| diff --git a/cc/output/shader.h b/cc/output/shader.h
|
| index 326eb67b534fc9c39566d154ca4bc8ee2852ab8a..448ff07a8b28aa6958eefb2f1777ef425c28fb85 100644
|
| --- a/cc/output/shader.h
|
| +++ b/cc/output/shader.h
|
| @@ -371,7 +371,7 @@ class FragmentTexBlendMode {
|
| protected:
|
| FragmentTexBlendMode();
|
|
|
| - std::string SetBlendModeFunctions(std::string shader_string) const;
|
| + std::string SetBlendModeFunctions(const std::string& shader_string) const;
|
|
|
| int backdrop_location_;
|
| int original_backdrop_location_;
|
|
|