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

Unified Diff: cc/test/fake_display_list_recording_source.h

Issue 1349913002: 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
Index: cc/test/fake_display_list_recording_source.h
diff --git a/cc/test/fake_display_list_recording_source.h b/cc/test/fake_display_list_recording_source.h
index 6cb3b190b2deb55c6bcbf0b1bcb198992c9fb014..96fbca385ce8196dfc9316b3c51ab89e7abc7872 100644
--- a/cc/test/fake_display_list_recording_source.h
+++ b/cc/test/fake_display_list_recording_source.h
@@ -95,7 +95,7 @@ class FakeDisplayListRecordingSource : public DisplayListRecordingSource {
}
bool IsSuitableForGpuRasterization() const override;
- void SetUnsuitableForGpuRasterizationForTesting() override;
+ void SetUnsuitableForGpuRasterization();
danakj 2015/09/16 23:04:49 nit: i'd make this an inline setter, with style se
pdr. 2015/09/17 20:52:45 Done.
private:
FakeContentLayerClient client_;

Powered by Google App Engine
This is Rietveld 408576698