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

Unified Diff: cc/layer_tree_debug_state.cc

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layer_tree_debug_state.h ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_debug_state.cc
diff --git a/cc/layer_tree_debug_state.cc b/cc/layer_tree_debug_state.cc
index 8a0e8ae46d55ac2da70a11e1209ef8f1f6749c06..abe94bb39949c7251ee8209f710eaf5d52343e73 100644
--- a/cc/layer_tree_debug_state.cc
+++ b/cc/layer_tree_debug_state.cc
@@ -44,10 +44,6 @@ bool LayerTreeDebugState::showHudRects() const {
return showPaintRects || showPropertyChangedRects || showSurfaceDamageRects || showScreenSpaceRects || showReplicaScreenSpaceRects || showOccludingRects || showNonOccludingRects;
}
-bool LayerTreeDebugState::hudNeedsFont() const {
- return showFPSCounter || showPlatformLayerTree || continuousPainting;
-}
-
bool LayerTreeDebugState::equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b) {
return (a.showFPSCounter == b.showFPSCounter &&
a.showPlatformLayerTree == b.showPlatformLayerTree &&
« no previous file with comments | « cc/layer_tree_debug_state.h ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698