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..687cbe48aa7a121901eb876bc7e0844ebb2ef4a8 100644 |
--- a/content/renderer/gpu/gpu_benchmarking_extension.h |
+++ b/content/renderer/gpu/gpu_benchmarking_extension.h |
@@ -54,6 +54,7 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> { |
float VisualViewportWidth(); |
float PageScaleFactor(); |
bool Tap(gin::Arguments* args); |
+ bool TouchActionSequence(gin::Arguments* args); |
void ClearImageCache(); |
int RunMicroBenchmark(gin::Arguments* args); |
bool SendMessageToMicroBenchmark(int id, v8::Local<v8::Object> message); |