Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2378)

Unified Diff: content/renderer/gpu/gpu_benchmarking_extension.h

Issue 2348183003: Test synthetic pointer action on pointer event tests (Closed)
Patch Set: pointer event tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/gpu/actions_runner.cc ('k') | content/renderer/gpu/gpu_benchmarking_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/renderer/gpu/actions_runner.cc ('k') | content/renderer/gpu/gpu_benchmarking_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698