diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 21:46:23 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 21:46:23 +0000 |
commit | 033cbf6e38e61b9728c7cf6f9cf35d7c452f5a1d (patch) | |
tree | 07cdc40b3cc2009834a4b0438d3e5ffc9b753979 /ui/events/latency_info.h | |
parent | 912b5e081d836d9038ed2e487bc3d01069475ba8 (diff) | |
download | chromium_src-033cbf6e38e61b9728c7cf6f9cf35d7c452f5a1d.zip chromium_src-033cbf6e38e61b9728c7cf6f9cf35d7c452f5a1d.tar.gz chromium_src-033cbf6e38e61b9728c7cf6f9cf35d7c452f5a1d.tar.bz2 |
Revert 278472 "DevTools: Fix for Page.captureScreenshot"
> DevTools: Fix for Page.captureScreenshot
>
> from https://chromiumcodereview.appspot.com/190693002/
>
> This patch makes Page.captureScreenshot synchronize with the renderer.
> When fixed implementation hits Stable it will be possible to use Page.captureScreenshot in Telemetry instead of window.chrome.gpuBenchmarking.beginWindowSnapshotPNG and remove the latter.
>
> BUG=242405
>
> Review URL: https://codereview.chromium.org/311313003
TBR=vkuzkokov@chromium.org
Review URL: https://codereview.chromium.org/343033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/events/latency_info.h')
-rw-r--r-- | ui/events/latency_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h index d423fc7..619b046 100644 --- a/ui/events/latency_info.h +++ b/ui/events/latency_info.h @@ -44,10 +44,6 @@ enum LatencyComponentType { // Frame number when a window snapshot was requested. The snapshot // is taken when the rendering results actually reach the screen. WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT, - // Frame number for a snapshot requested via - // gpuBenchmarking.beginWindowSnapshotPNG - // TODO(vkuzkokov): remove when patch adding this hits Stable - WINDOW_OLD_SNAPSHOT_FRAME_NUMBER_COMPONENT, // ---------------------------TERMINAL COMPONENT----------------------------- // TERMINAL COMPONENT is when we show the latency end in chrome://tracing. // Timestamp when the mouse event is acked from renderer and it does not |