diff options
Diffstat (limited to 'WebKit/android/RenderSkinRadio.h')
| -rw-r--r-- | WebKit/android/RenderSkinRadio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/android/RenderSkinRadio.h b/WebKit/android/RenderSkinRadio.h index f70098f..e196194 100644 --- a/WebKit/android/RenderSkinRadio.h +++ b/WebKit/android/RenderSkinRadio.h @@ -26,6 +26,8 @@ #ifndef RenderSkinRadio_h #define RenderSkinRadio_h +#include "PlatformString.h" + class SkCanvas; namespace android { @@ -45,7 +47,7 @@ public: /** * Initialize the class before use. Uses the AssetManager to initialize any bitmaps the class may use. */ - static void Init(android::AssetManager*); + static void Init(android::AssetManager*, String drawableDirectory); /** * Draw the element to the canvas at the specified size and location. |
