summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/RenderThemeAndroid.h
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-11-14 01:38:01 +0000
committerAndrei Popescu <andreip@google.com>2009-11-16 12:23:46 +0000
commit3b2690e8ce3643c6dab24021df8946fde45fcfe8 (patch)
tree88525fc28ba8e96e36c4f7c1705f745b7c055d8b /WebCore/platform/android/RenderThemeAndroid.h
parent3bdf647f4f3192299d896eab3032efa6bceb7577 (diff)
downloadexternal_webkit-3b2690e8ce3643c6dab24021df8946fde45fcfe8.zip
external_webkit-3b2690e8ce3643c6dab24021df8946fde45fcfe8.tar.gz
external_webkit-3b2690e8ce3643c6dab24021df8946fde45fcfe8.tar.bz2
Update Android tree with what was upstreamed in
https://bugs.webkit.org/show_bug.cgi?id=31423
Diffstat (limited to 'WebCore/platform/android/RenderThemeAndroid.h')
-rw-r--r--WebCore/platform/android/RenderThemeAndroid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/android/RenderThemeAndroid.h b/WebCore/platform/android/RenderThemeAndroid.h
index 056b2d6..2e54302 100644
--- a/WebCore/platform/android/RenderThemeAndroid.h
+++ b/WebCore/platform/android/RenderThemeAndroid.h
@@ -47,7 +47,7 @@ struct ThemeData {
class RenderThemeAndroid : public RenderTheme {
public:
- RenderThemeAndroid();
+ static PassRefPtr<RenderTheme> create();
~RenderThemeAndroid();
virtual bool stateChanged(RenderObject*, ControlState) const;
@@ -97,10 +97,12 @@ protected:
virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
private:
+ RenderThemeAndroid();
void addIntrinsicMargins(RenderStyle*) const;
void close();
bool supportsFocus(ControlPart);
+ friend RenderTheme* theme();
};
} // namespace WebCore