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

Unified Diff: tools/telemetry/telemetry/core/timeline/bounds.py

Issue 117283004: Telemetry: Add 'wait_after' parameter to gesture actions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove "(c)" in copyright statement. Created 6 years, 11 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/actions/gesture_action.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/timeline/bounds.py
diff --git a/tools/telemetry/telemetry/core/timeline/bounds.py b/tools/telemetry/telemetry/core/timeline/bounds.py
index 0175c8f7ea2a56c1f86a147bd3bdd6b9a6793454..de5ce716e0f2b92da42621ac8b11b160098dd5ec 100644
--- a/tools/telemetry/telemetry/core/timeline/bounds.py
+++ b/tools/telemetry/telemetry/core/timeline/bounds.py
@@ -48,7 +48,7 @@ class Bounds(object):
self.max_ = None
def AddBounds(self, bounds):
- if bounds.isEmpty:
+ if bounds.is_empty:
return
self.AddValue(bounds.min_)
self.AddValue(bounds.max_)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/actions/gesture_action.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698