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

Unified Diff: cc/test/fake_display_list_recording_source.cc

Issue 1349913002: Cache gpu suitability in DisplayItemList, remove SetUnsuitable...ForTesting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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/test/fake_display_list_recording_source.cc
diff --git a/cc/test/fake_display_list_recording_source.cc b/cc/test/fake_display_list_recording_source.cc
index b85fed1ba6c9424d318006931d2422f7d99953b4..816343815508d55e86be3edbd7b77492ef42fceb 100644
--- a/cc/test/fake_display_list_recording_source.cc
+++ b/cc/test/fake_display_list_recording_source.cc
@@ -12,9 +12,4 @@ bool FakeDisplayListRecordingSource::IsSuitableForGpuRasterization() const {
return DisplayListRecordingSource::IsSuitableForGpuRasterization();
}
-void FakeDisplayListRecordingSource::
- SetUnsuitableForGpuRasterizationForTesting() {
- force_unsuitable_for_gpu_rasterization_ = true;
-}
-
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698