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

Unified Diff: tools/telemetry/telemetry/core/tab.py

Issue 99253005: [Telemetry] Rename PngBitmap->Bitmap and move it to core. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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 | « tools/telemetry/telemetry/core/platform/__init__.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/tab.py
diff --git a/tools/telemetry/telemetry/core/tab.py b/tools/telemetry/telemetry/core/tab.py
index a9776573c360d542ec7d86ff88c6fb9e7a4f4821..eb7c1083da134c8858c9fbd0a19be61bf76759c0 100644
--- a/tools/telemetry/telemetry/core/tab.py
+++ b/tools/telemetry/telemetry/core/tab.py
@@ -71,7 +71,7 @@ class Tab(web_contents.WebContents):
"""Capture a screenshot of the tab's contents.
Returns:
- A telemetry.core.backends.png_bitmap.
+ A telemetry.core.Bitmap.
"""
return self._inspector_backend.Screenshot(timeout)
@@ -97,7 +97,7 @@ class Tab(web_contents.WebContents):
(time_ms, bitmap) tuples representing each video keyframe. Only the first
frame in a run of sequential duplicate bitmaps is included.
time_ms is milliseconds since navigationStart.
- bitmap is a telemetry.core.backends.png_bitmap.
+ bitmap is a telemetry.core.Bitmap.
"""
# TODO(tonyg/szym): platform's video capture may include offscreen content
# from a webcam, OS framing and browser framing. However, this API must
« no previous file with comments | « tools/telemetry/telemetry/core/platform/__init__.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698