summaryrefslogtreecommitdiffstats
path: root/WebKit/android/RenderSkinMediaButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/RenderSkinMediaButton.h')
-rw-r--r--WebKit/android/RenderSkinMediaButton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/RenderSkinMediaButton.h b/WebKit/android/RenderSkinMediaButton.h
index 27a4e41..124db32 100644
--- a/WebKit/android/RenderSkinMediaButton.h
+++ b/WebKit/android/RenderSkinMediaButton.h
@@ -44,7 +44,7 @@ public:
* 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.
*/
- static void Draw(SkCanvas* , const IntRect& , int buttonType);
+ static void Draw(SkCanvas* , const IntRect& , int buttonType, bool translucent = false);
/**
* Button types
*/