| Index: cc/layers/texture_layer.h
 | 
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
 | 
| index 15c9aa0622515092aedf296dc8975178a30d9ae4..00c9e7452ad59941195a3a4526879b303162ae36 100644
 | 
| --- a/cc/layers/texture_layer.h
 | 
| +++ b/cc/layers/texture_layer.h
 | 
| @@ -99,6 +99,7 @@ class CC_EXPORT TextureLayer : public Layer {
 | 
|    // Sets whether this texture should be Y-flipped at draw time. Defaults to
 | 
|    // true.
 | 
|    void SetFlipped(bool flipped);
 | 
| +  bool flipped() const { return flipped_; }
 | 
|  
 | 
|    // Sets whether this texture should use nearest neighbor interpolation as
 | 
|    // opposed to bilinear. Defaults to false.
 | 
| 
 |