| Index: content/renderer/gpu/gpu_benchmarking_extension.h
|
| diff --git a/content/renderer/gpu/gpu_benchmarking_extension.h b/content/renderer/gpu/gpu_benchmarking_extension.h
|
| index 19fcbcb91a05ff2bf1378c8aff5cad28e81ba176..8aad53b0dd18df44abe86601a1df9fecdebef591 100644
|
| --- a/content/renderer/gpu/gpu_benchmarking_extension.h
|
| +++ b/content/renderer/gpu/gpu_benchmarking_extension.h
|
| @@ -42,6 +42,8 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> {
|
| void SetNeedsDisplayOnAllLayers();
|
| void SetRasterizeOnlyVisibleContent();
|
| void PrintToSkPicture(v8::Isolate* isolate, const std::string& dirname);
|
| + void PrintPagesToSkPictures(v8::Isolate* isolate,
|
| + const std::string& filename);
|
| bool GestureSourceTypeSupported(int gesture_source_type);
|
| bool SmoothScrollBy(gin::Arguments* args);
|
| bool SmoothDrag(gin::Arguments* args);
|
|
|