Index: cc/playback/picture_pile.h |
diff --git a/cc/playback/picture_pile.h b/cc/playback/picture_pile.h |
index e0500a3d5be2f4cfebbf5ebd20625834966dd353..fc79e46d529730d20ef602cd2168b3abe6e8919f 100644 |
--- a/cc/playback/picture_pile.h |
+++ b/cc/playback/picture_pile.h |
@@ -38,7 +38,6 @@ class CC_EXPORT PicturePile : public RecordingSource { |
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>> |