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 86bcead13885491868ba7e2970ee0580d085df07..db3655000befd509c4f7cc64a22784e0175dcb55 100644 |
--- a/content/renderer/gpu/gpu_benchmarking_extension.h |
+++ b/content/renderer/gpu/gpu_benchmarking_extension.h |
@@ -63,6 +63,7 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> { |
bool HasGpuChannel(); |
bool HasGpuProcess(); |
void GetGpuDriverBugWorkarounds(gin::Arguments* args); |
+ bool PointerActionSequence(gin::Arguments* args); |
DISALLOW_COPY_AND_ASSIGN(GpuBenchmarking); |
}; |