Index: webkit/api/src/WebMediaPlayerClientImpl.cpp |
=================================================================== |
--- webkit/api/src/WebMediaPlayerClientImpl.cpp (revision 30559) |
+++ webkit/api/src/WebMediaPlayerClientImpl.cpp (working copy) |
@@ -39,6 +39,11 @@ |
static bool s_isEnabled = false; |
jorlow
2009/10/30 06:19:06
Change to isEnabled maybe?
darin (slow to review)
2009/10/30 06:38:25
Done.
|
+bool WebMediaPlayerClientImpl::isEnabled() |
+{ |
+ return s_isEnabled; |
+} |
+ |
void WebMediaPlayerClientImpl::setIsEnabled(bool isEnabled) |
{ |
s_isEnabled = isEnabled; |