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

Side by Side Diff: cc/debug/rendering_stats.h

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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/cc.gyp ('k') | cc/layers/layer_impl.h » ('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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 #ifndef CC_DEBUG_RENDERING_STATS_H_ 5 #ifndef CC_DEBUG_RENDERING_STATS_H_
6 #define CC_DEBUG_RENDERING_STATS_H_ 6 #define CC_DEBUG_RENDERING_STATS_H_
7 7
8 #include <list>
9 #include <vector> 8 #include <vector>
10 9
11 #include "base/basictypes.h" 10 #include "base/basictypes.h"
12 #include "base/debug/trace_event_argument.h" 11 #include "base/debug/trace_event_argument.h"
13 #include "base/time/time.h" 12 #include "base/time/time.h"
14 #include "base/values.h" 13 #include "base/values.h"
15 #include "cc/base/cc_export.h" 14 #include "cc/base/cc_export.h"
16 #include "cc/debug/traced_value.h" 15 #include "cc/debug/traced_value.h"
17 16
18 namespace cc { 17 namespace cc {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 TimeDeltaList commit_to_activate_duration; 51 TimeDeltaList commit_to_activate_duration;
53 TimeDeltaList commit_to_activate_duration_estimate; 52 TimeDeltaList commit_to_activate_duration_estimate;
54 53
55 scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData() const; 54 scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData() const;
56 void Add(const RenderingStats& other); 55 void Add(const RenderingStats& other);
57 }; 56 };
58 57
59 } // namespace cc 58 } // namespace cc
60 59
61 #endif // CC_DEBUG_RENDERING_STATS_H_ 60 #endif // CC_DEBUG_RENDERING_STATS_H_
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698