| Index: cc/playback/recording_source.h
|
| diff --git a/cc/playback/recording_source.h b/cc/playback/recording_source.h
|
| index 9d5a87bb7aefe96d724ca3e3d63e3b471d7c2fbc..c4584ef7b1fe3c0abefe0dcdf20bd50ab9e7d737 100644
|
| --- a/cc/playback/recording_source.h
|
| +++ b/cc/playback/recording_source.h
|
| @@ -52,6 +52,9 @@
|
| virtual void SetBackgroundColor(SkColor background_color) = 0;
|
| virtual void SetRequiresClear(bool requires_clear) = 0;
|
| virtual bool IsSuitableForGpuRasterization() const = 0;
|
| +
|
| + // TODO(hendrikw): Figure out how to remove this.
|
| + virtual void SetUnsuitableForGpuRasterizationForTesting() = 0;
|
| };
|
|
|
| } // namespace cc
|
|
|