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

Unified Diff: cc/test/fake_recording_source.h

Issue 2108033004: cc: Re-enable GPU rasterization after content veto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 6 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/layers/picture_layer_unittest.cc ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_recording_source.h
diff --git a/cc/test/fake_recording_source.h b/cc/test/fake_recording_source.h
index 20f9538dad5dc5b85c824373aa77a401d940ac6e..159a3fb874317726e261cb95794454cb7babd0ce 100644
--- a/cc/test/fake_recording_source.h
+++ b/cc/test/fake_recording_source.h
@@ -119,8 +119,8 @@ class FakeRecordingSource : public RecordingSource {
client_.set_bounds(size_);
}
- void SetUnsuitableForGpuRasterization() {
- force_unsuitable_for_gpu_rasterization_ = true;
+ void SetForceUnsuitableForGpuRasterization(bool flag) {
+ force_unsuitable_for_gpu_rasterization_ = flag;
}
void SetPlaybackAllowedEvent(base::WaitableEvent* event) {
« no previous file with comments | « cc/layers/picture_layer_unittest.cc ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698