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

Unified Diff: cc/playback/picture_pile.h

Issue 1361663003: Revert of Cache gpu suitability in DisplayItemList, remove SetUnsuitable...ForTesting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « cc/playback/display_list_recording_source.cc ('k') | cc/playback/picture_pile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>>
« no previous file with comments | « cc/playback/display_list_recording_source.cc ('k') | cc/playback/picture_pile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698