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

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

Issue 2245133006: CL for perf tryjob on win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL for perf tryjob on mac Created 4 years, 4 months 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
Index: content/renderer/gpu/gpu_benchmarking_extension.cc
diff --git a/content/renderer/gpu/gpu_benchmarking_extension.cc b/content/renderer/gpu/gpu_benchmarking_extension.cc
index ca42a1831fbcda4098536447fe9a2af09bdd2460..3010198630abcff5b50a6412f36495c72a627c20 100644
--- a/content/renderer/gpu/gpu_benchmarking_extension.cc
+++ b/content/renderer/gpu/gpu_benchmarking_extension.cc
@@ -872,7 +872,7 @@ bool GpuBenchmarking::Tap(gin::Arguments* args) {
new CallbackAndContext(args->isolate(),
callback,
context.web_frame()->mainWorldScriptContext());
-
+ VLOG(0) << "GpuBenchmarking::Tap: " << gesture_source_type;
// TODO(nduca): If the render_view_impl is destroyed while the gesture is in
// progress, we will leak the callback and context. This needs to be fixed,
// somehow.
@@ -880,7 +880,7 @@ bool GpuBenchmarking::Tap(gin::Arguments* args) {
std::move(gesture_params),
base::Bind(&OnSyntheticGestureCompleted,
base::RetainedRef(callback_and_context)));
-
+ VLOG(0) << "GpuBenchmarking::Tap Finish.";
return true;
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698