Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3171)

Unified Diff: cc/playback/picture_pile.h

Issue 1349913002: Cache gpu suitability in DisplayItemList, remove SetUnsuitable...ForTesting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update LayerTreeHostTestGpuRasterizationDefault Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>>

Powered by Google App Engine
This is Rietveld 408576698