summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/RenderSkinRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/RenderSkinRadio.h')
-rw-r--r--Source/WebKit/android/RenderSkinRadio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/WebKit/android/RenderSkinRadio.h b/Source/WebKit/android/RenderSkinRadio.h
index f77e1be..34101cf 100644
--- a/Source/WebKit/android/RenderSkinRadio.h
+++ b/Source/WebKit/android/RenderSkinRadio.h
@@ -44,10 +44,10 @@ class IntRect;
class RenderSkinRadio
{
public:
- /**
- * Initialize the class before use. Uses the AssetManager to initialize any bitmaps the class may use.
- */
- static void Init(android::AssetManager*, String drawableDirectory);
+ static void SetDrawableDirectory(String drawableDirectory);
+
+ // Perform lazy decoding the first time this a radio/checkbox is needed.
+ static void Decode();
/**
* Draw the element to the canvas at the specified size and location.