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

Unified Diff: Source/core/rendering/RenderInputSpeech.h

Issue 21430003: Implement interfaces in PaintInfo and make it a class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@getterPaintInfo01
Patch Set: Second try Created 7 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698