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

Side by Side Diff: cc/layer_tree_debug_state.h

Issue 12212099: cc: remove FontAtlas (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to 182043 Created 7 years, 10 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/heads_up_display_layer_impl.cc ('k') | cc/layer_tree_debug_state.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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_LAYER_TREE_DEBUG_STATE_H_ 5 #ifndef CC_LAYER_TREE_DEBUG_STATE_H_
6 #define CC_LAYER_TREE_DEBUG_STATE_H_ 6 #define CC_LAYER_TREE_DEBUG_STATE_H_
7 7
8 #include "cc/cc_export.h" 8 #include "cc/cc_export.h"
9 9
10 namespace cc { 10 namespace cc {
(...skipping 18 matching lines...) Expand all
29 29
30 int slowDownRasterScaleFactor; 30 int slowDownRasterScaleFactor;
31 31
32 void setRecordRenderingStats(bool); 32 void setRecordRenderingStats(bool);
33 bool recordRenderingStats() const; 33 bool recordRenderingStats() const;
34 34
35 bool traceAllRenderedFrames; 35 bool traceAllRenderedFrames;
36 36
37 bool showHudInfo() const; 37 bool showHudInfo() const;
38 bool showHudRects() const; 38 bool showHudRects() const;
39 bool hudNeedsFont() const;
40 39
41 static bool equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b); 40 static bool equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b);
42 static LayerTreeDebugState unite(const LayerTreeDebugState& a, const LayerTree DebugState& b); 41 static LayerTreeDebugState unite(const LayerTreeDebugState& a, const LayerTree DebugState& b);
43 42
44 private: 43 private:
45 bool m_recordRenderingStats; 44 bool m_recordRenderingStats;
46 }; 45 };
47 46
48 } // namespace cc 47 } // namespace cc
49 48
50 #endif // CC_LAYER_TREE_DEBUG_STATE_H_ 49 #endif // CC_LAYER_TREE_DEBUG_STATE_H_
OLDNEW
« no previous file with comments | « cc/heads_up_display_layer_impl.cc ('k') | cc/layer_tree_debug_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698