Chromium Code Reviews| 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 8aad53b0dd18df44abe86601a1df9fecdebef591..64299528453a365c12d2ae5ac286783a4be2a8fe 100644 |
| --- a/content/renderer/gpu/gpu_benchmarking_extension.h |
| +++ b/content/renderer/gpu/gpu_benchmarking_extension.h |
| @@ -44,6 +44,8 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> { |
| void PrintToSkPicture(v8::Isolate* isolate, const std::string& dirname); |
| void PrintPagesToSkPictures(v8::Isolate* isolate, |
| const std::string& filename); |
| + void PrintPagesToXPS(v8::Isolate* isolate, |
|
Stephen White
2016/11/03 18:50:17
Not really new to this patch, but I'm having troub
|
| + const std::string& filename); |
| bool GestureSourceTypeSupported(int gesture_source_type); |
| bool SmoothScrollBy(gin::Arguments* args); |
| bool SmoothDrag(gin::Arguments* args); |