| Index: cc/playback/picture_pile.h
|
| diff --git a/cc/playback/picture_pile.h b/cc/playback/picture_pile.h
|
| index fc79e46d529730d20ef602cd2168b3abe6e8919f..e0500a3d5be2f4cfebbf5ebd20625834966dd353 100644
|
| --- a/cc/playback/picture_pile.h
|
| +++ b/cc/playback/picture_pile.h
|
| @@ -38,6 +38,7 @@
|
| void SetBackgroundColor(SkColor background_color) override;
|
| void SetRequiresClear(bool requires_clear) override;
|
| bool IsSuitableForGpuRasterization() const override;
|
| + void SetUnsuitableForGpuRasterizationForTesting() override;
|
|
|
| typedef std::pair<int, int> PictureMapKey;
|
| typedef base::hash_map<PictureMapKey, scoped_refptr<const Picture>>
|
|
|