|
[Telemetry] Rename PngBitmap->Bitmap and move it to core.
The rename is because I'm planning to generate Bitmaps from things other than
PNGs and there's nothing really PNG specific about this Bitmap class.
The move is because this is exposed in the Tab API, so it belongs in core, not
backends.
This will make the new Platform video capture API a little cleaner too.
BUG= 323813
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238351
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -297 lines) |
Patch |
 |
M |
content/test/gpu/gpu_tests/maps.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/gpu/gpu_tests/pixel.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
tools/telemetry/telemetry/core/backends/png_bitmap.py
|
View
|
|
1 chunk |
+0 lines, -168 lines |
0 comments
|
Download
|
 |
D |
tools/telemetry/telemetry/core/backends/png_bitmap_unittest.py
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/webdriver/webdriver_tab_backend.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
tools/telemetry/telemetry/core/bitmap.py
|
View
|
|
6 chunks |
+37 lines, -36 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/core/bitmap_unittest.py
|
View
|
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/platform/__init__.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/tab.py
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|