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

Side by Side Diff: cc/test/test_context_support.cc

Issue 2806163004: Plumbing input event latency reporting through Mus GPU. (Closed)
Patch Set: Inline LatencyTracker in DIsplayOutputService. Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « cc/test/test_context_support.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "cc/test/test_context_support.h" 5 #include "cc/test/test_context_support.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "base/bind.h" 10 #include "base/bind.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 } 85 }
86 86
87 uint64_t TestContextSupport::ShareGroupTracingGUID() const { 87 uint64_t TestContextSupport::ShareGroupTracingGUID() const {
88 NOTIMPLEMENTED(); 88 NOTIMPLEMENTED();
89 return 0; 89 return 0;
90 } 90 }
91 91
92 void TestContextSupport::SetErrorMessageCallback( 92 void TestContextSupport::SetErrorMessageCallback(
93 const base::Callback<void(const char*, int32_t)>& callback) {} 93 const base::Callback<void(const char*, int32_t)>& callback) {}
94 94
95 void TestContextSupport::AddLatencyInfo(
96 const std::vector<ui::LatencyInfo>& latency_info) {}
97
95 } // namespace cc 98 } // namespace cc
OLDNEW
« no previous file with comments | « cc/test/test_context_support.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698