summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorepenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 08:24:58 +0000
committerepenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 08:24:58 +0000
commit8a067afb98a28fd2d7d25f07bf0cce3913bab11d (patch)
tree45814b7cf1c7b3d4a188d45fdbb1e292a1d90695 /cc
parent4e5911a2144b221ec26c7e97c51bd396ccb5f172 (diff)
downloadchromium_src-8a067afb98a28fd2d7d25f07bf0cce3913bab11d.zip
chromium_src-8a067afb98a28fd2d7d25f07bf0cce3913bab11d.tar.gz
chromium_src-8a067afb98a28fd2d7d25f07bf0cce3913bab11d.tar.bz2
CC: Remove latency query until we can find the bug.
The addition of latency queries causes black flickering on Galaxy Note 3. Chrome queries shouldn't even change the GL stream, so there must a bug somewhere and this could be affecting all platforms. Minimal disable until we find the bug. BUG=306690 Review URL: https://codereview.chromium.org/29313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/output/output_surface.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc
index cbe3a18..749527e 100644
--- a/cc/output/output_surface.cc
+++ b/cc/output/output_surface.cc
@@ -431,6 +431,8 @@ base::TimeDelta OutputSurface::GpuLatencyEstimate() {
}
void OutputSurface::UpdateAndMeasureGpuLatency() {
+ return; // http://crbug.com/306690 tracks re-enabling latency queries.
+
// We only care about GPU latency for surfaces that do not have a parent
// compositor, since surfaces that do have a parent compositor can use
// mailboxes or delegated rendering to send frames to their parent without