summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/RenderSkinMediaButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/RenderSkinMediaButton.h')
-rw-r--r--Source/WebKit/android/RenderSkinMediaButton.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/WebKit/android/RenderSkinMediaButton.h b/Source/WebKit/android/RenderSkinMediaButton.h
index 6aa9c4e..d8b7c8d 100644
--- a/Source/WebKit/android/RenderSkinMediaButton.h
+++ b/Source/WebKit/android/RenderSkinMediaButton.h
@@ -36,11 +36,7 @@ class RenderObject;
class RenderSkinMediaButton {
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 Decode();
/**
* Draw the skin to the canvas, using the rectangle for its bounds and the
* State to determine which skin to use, i.e. focused or not focused.