summaryrefslogtreecommitdiffstats
path: root/content/browser/media/android/browser_media_player_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/media/android/browser_media_player_manager.h')
-rw-r--r--content/browser/media/android/browser_media_player_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/browser/media/android/browser_media_player_manager.h b/content/browser/media/android/browser_media_player_manager.h
index 36ed061..d407e7e 100644
--- a/content/browser/media/android/browser_media_player_manager.h
+++ b/content/browser/media/android/browser_media_player_manager.h
@@ -104,10 +104,10 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
media::MediaKeys::KeyError error_code,
int system_code) OVERRIDE;
-#if defined(GOOGLE_TV)
+#if defined(VIDEO_HOLE)
void AttachExternalVideoSurface(int player_id, jobject surface);
void DetachExternalVideoSurface(int player_id);
-#endif
+#endif // defined(VIDEO_HOLE)
// Called to disble the current fullscreen playback if the video is encrypted.
// TODO(qinmin): remove this once we have the new fullscreen mode.
@@ -145,10 +145,10 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
void OnReleaseSession(int media_keys_id, uint32 session_id);
void OnSetMediaKeys(int player_id, int media_keys_id);
-#if defined(GOOGLE_TV)
+#if defined(VIDEO_HOLE)
virtual void OnNotifyExternalSurface(
int player_id, bool is_request, const gfx::RectF& rect);
-#endif
+#endif // defined(VIDEO_HOLE)
// Adds a given player to the list.
void AddPlayer(media::MediaPlayerAndroid* player);