Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / input / synthetic_gesture_controller.cc
index fe39987..9c28a7d 100644 (file)
@@ -30,6 +30,7 @@ void SyntheticGestureController::QueueSyntheticGesture(
 }
 
 void SyntheticGestureController::Flush(base::TimeTicks timestamp) {
+  TRACE_EVENT0("benchmark", "SyntheticGestureController::Flush");
   if (pending_gesture_queue_.empty())
     return;