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 && |