| Index: Source/WebCore/platform/graphics/MediaPlayerPrivate.h
 | 
| ===================================================================
 | 
| --- Source/WebCore/platform/graphics/MediaPlayerPrivate.h	(revision 119992)
 | 
| +++ Source/WebCore/platform/graphics/MediaPlayerPrivate.h	(working copy)
 | 
| @@ -131,6 +131,8 @@
 | 
|  
 | 
|      virtual bool hasSingleSecurityOrigin() const { return false; }
 | 
|  
 | 
| +    virtual bool didPassCORSAccessCheck() const { return false; }
 | 
| +
 | 
|      virtual MediaPlayer::MovieLoadType movieLoadType() const { return MediaPlayer::Unknown; }
 | 
|  
 | 
|      virtual void prepareForRendering() { }
 | 
| 
 |