Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2903)

Unified Diff: chrome/browser/tab_contents/tab_contents_view.h

Issue 6462017: gtk: Improve fullscreen RenderWidgetHostViewGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update a comment Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/tab_contents/tab_contents_view.h
diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h
index ef1b783efc7c370f91c5bd46506148386224e32f..a25b13fc6f8093142ccb3620060fbbd40e348f57 100644
--- a/chrome/browser/tab_contents/tab_contents_view.h
+++ b/chrome/browser/tab_contents/tab_contents_view.h
@@ -176,9 +176,7 @@ class TabContentsView : public RenderViewHostDelegate::View {
const gfx::Rect& initial_pos);
virtual void ShowCreatedFullscreenWidgetInternal(
RenderWidgetHostView* widget_host_view);
- virtual RenderWidgetHostView* CreateNewFullscreenWidgetInternal(
- int route_id,
- WebKit::WebPopupType popup_type);
+ virtual RenderWidgetHostView* CreateNewFullscreenWidgetInternal(int route_id);
// Common implementations of some RenderViewHostDelegate::View methods.
RenderViewHostDelegateViewHelper delegate_view_helper_;
@@ -191,8 +189,7 @@ class TabContentsView : public RenderViewHostDelegate::View {
int route_id,
const ViewHostMsg_CreateWindow_Params& params);
virtual void CreateNewWidget(int route_id, WebKit::WebPopupType popup_type);
- virtual void CreateNewFullscreenWidget(
- int route_id, WebKit::WebPopupType popup_type);
+ virtual void CreateNewFullscreenWidget(int route_id);
virtual void ShowCreatedWindow(int route_id,
WindowOpenDisposition disposition,
const gfx::Rect& initial_pos,

Powered by Google App Engine
This is Rietveld 408576698