Index: cc/layers/heads_up_display_layer_impl.h |
diff --git a/cc/layers/heads_up_display_layer_impl.h b/cc/layers/heads_up_display_layer_impl.h |
index 750d9913ab37ee4eae9ee09e3821db684b791515..299d91eb19dad1e67c1323d0c7a19ed30fc7915a 100644 |
--- a/cc/layers/heads_up_display_layer_impl.h |
+++ b/cc/layers/heads_up_display_layer_impl.h |
@@ -77,6 +77,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl { |
void UpdateHudContents(); |
void DrawHudContents(SkCanvas* canvas); |
+ int MeasureText(SkPaint* paint, const std::string& text, int size) const; |
void DrawText(SkCanvas* canvas, |
SkPaint* paint, |
const std::string& text, |