| Index: content/browser/web_contents/web_contents_view_android.h
|
| diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
|
| index 849ca6dc8d3efa28c433b6a801b4c9177001eae1..48cfee9b39e2c86deb066f83cea2d2b0a84c750e 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.h
|
| +++ b/content/browser/web_contents/web_contents_view_android.h
|
| @@ -29,11 +29,11 @@ class WebContentsViewAndroid : public WebContentsViewPort,
|
| // by the UI frontend.
|
| void SetContentViewCore(ContentViewCoreImpl* content_view_core);
|
|
|
| -#if defined(GOOGLE_TV)
|
| +#if defined(VIDEO_HOLE)
|
| void NotifyExternalSurface(int player_id,
|
| bool is_request,
|
| const gfx::RectF& rect);
|
| -#endif
|
| +#endif // defined(VIDEO_HOLE)
|
|
|
| // WebContentsView implementation --------------------------------------------
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
|
|