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

Side by Side Diff: gpu/command_buffer/service/mocks.cc

Issue 18156002: Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ip… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gpu_tracer.cc ('k') | gpu/command_buffer/service/program_manager.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "base/threading/thread.h" 5 #include "base/threading/thread.h"
6 #include "base/time.h" 6 #include "base/time/time.h"
7 #include "gpu/command_buffer/service/gpu_scheduler.h" 7 #include "gpu/command_buffer/service/gpu_scheduler.h"
8 #include "gpu/command_buffer/service/mocks.h" 8 #include "gpu/command_buffer/service/mocks.h"
9 9
10 namespace gpu { 10 namespace gpu {
11 11
12 AsyncAPIMock::AsyncAPIMock() { 12 AsyncAPIMock::AsyncAPIMock() {
13 testing::DefaultValue<error::Error>::Set( 13 testing::DefaultValue<error::Error>::Set(
14 error::kNoError); 14 error::kNoError);
15 } 15 }
16 16
(...skipping 19 matching lines...) Expand all
36 MockProgramCache::MockProgramCache() {} 36 MockProgramCache::MockProgramCache() {}
37 MockProgramCache::~MockProgramCache() {} 37 MockProgramCache::~MockProgramCache() {}
38 38
39 MockMemoryTracker::MockMemoryTracker() {} 39 MockMemoryTracker::MockMemoryTracker() {}
40 MockMemoryTracker::~MockMemoryTracker() {} 40 MockMemoryTracker::~MockMemoryTracker() {}
41 41
42 } // namespace gles2 42 } // namespace gles2
43 } // namespace gpu 43 } // namespace gpu
44 44
45 45
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_tracer.cc ('k') | gpu/command_buffer/service/program_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698