+2009-03-11 Anders Carlsson <andersca@apple.com>
+
+ Reviewed by Darin Adler.
+
+ Fix <rdar://problem/6620064>.
+
+ * Plugins/WebPluginContainerPrivate.h:
+
2009-03-10 Xan Lopez <xlopez@igalia.com>
Build fix, no review.
#import <Cocoa/Cocoa.h>
-#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
+#if !defined(ENABLE_PLUGIN_PROXY_FOR_VIDEO)
+#define ENABLE_PLUGIN_PROXY_FOR_VIDEO 1
+#endif
+
+#if ENABLE_PLUGIN_PROXY_FOR_VIDEO
@class WebMediaPlayerProxy;
#endif
- (void)_webPluginContainerCancelCheckIfAllowedToLoadRequest:(id)checkIdentifier;
-#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
+#if ENABLE_PLUGIN_PROXY_FOR_VIDEO
- (void)_webPluginContainerSetMediaPlayerProxy:(WebMediaPlayerProxy *)proxy forElement:(DOMElement *)element;
- (void)_webPluginContainerPostMediaPlayerNotification:(int)notification forElement:(DOMElement *)element;