Index: Source/core/rendering/RenderInputSpeech.h |
diff --git a/Source/core/rendering/RenderInputSpeech.h b/Source/core/rendering/RenderInputSpeech.h |
index e1d8c6e1ee8fcf3d0a6b8952cd8dd60d4db7a0fb..44f532a18bd706c7f12c1dc0a05759e0888e1f5d 100644 |
--- a/Source/core/rendering/RenderInputSpeech.h |
+++ b/Source/core/rendering/RenderInputSpeech.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-struct PaintInfo; |
+class PaintInfo; |
class Element; |
class IntRect; |
@@ -46,7 +46,7 @@ class StyleResolver; |
class RenderInputSpeech { |
public: |
static void adjustInputFieldSpeechButtonStyle(RenderStyle*, Element*); |
- static bool paintInputFieldSpeechButton(RenderObject*, const PaintInfo&, const IntRect&); |
+ static bool paintInputFieldSpeechButton(RenderObject*, PaintInfo&, const IntRect&); |
}; |
} // namespace WebCore |