| Index: cc/test/fake_picture_layer_tiling_client.h | 
| diff --git a/cc/test/fake_picture_layer_tiling_client.h b/cc/test/fake_picture_layer_tiling_client.h | 
| index edd2a61f7c6e76a58f3137f1028c5dd3cc3481ca..b63b2166e826f1d5d9546c26cd771634f3af1473 100644 | 
| --- a/cc/test/fake_picture_layer_tiling_client.h | 
| +++ b/cc/test/fake_picture_layer_tiling_client.h | 
| @@ -29,6 +29,7 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient { | 
| virtual size_t GetMaxTilesForInterestArea() const OVERRIDE; | 
| virtual float GetSkewportTargetTimeInSeconds() const OVERRIDE; | 
| virtual int GetSkewportExtrapolationLimitInContentPixels() const OVERRIDE; | 
| +  virtual bool RequiresHighResToDraw() const OVERRIDE; | 
|  | 
| void SetTileSize(const gfx::Size& tile_size); | 
| gfx::Size TileSize() const { return tile_size_; } | 
|  |