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

Unified Diff: chrome/browser/renderer_host/render_widget_helper.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/renderer_host/render_widget_helper.h
diff --git a/chrome/browser/renderer_host/render_widget_helper.h b/chrome/browser/renderer_host/render_widget_helper.h
index f3c9cd8d5bf94ca4d51392db5fe8e13b5cf64bdc..3ac67ad24cd95a19d8d8c7323e24ccadcc86e264 100644
--- a/chrome/browser/renderer_host/render_widget_helper.h
+++ b/chrome/browser/renderer_host/render_widget_helper.h
@@ -129,9 +129,7 @@ class RenderWidgetHelper
void CreateNewWidget(int opener_id,
WebKit::WebPopupType popup_type,
int* route_id);
- void CreateNewFullscreenWidget(int opener_id,
- WebKit::WebPopupType popup_type,
- int* route_id);
+ void CreateNewFullscreenWidget(int opener_id, int* route_id);
#if defined(OS_MACOSX)
// Called on the IO thread to handle the allocation of a TransportDIB. If
@@ -177,10 +175,8 @@ class RenderWidgetHelper
int route_id,
WebKit::WebPopupType popup_type);
- // Called on the UI thread to create a full screen widget.
- void OnCreateFullscreenWidgetOnUI(int opener_id,
- int route_id,
- WebKit::WebPopupType popup_type);
+ // Called on the UI thread to create a fullscreen widget.
+ void OnCreateFullscreenWidgetOnUI(int opener_id, int route_id);
// Called on the IO thread to cancel resource requests for the render widget.
void OnCancelResourceRequests(int render_widget_id);

Powered by Google App Engine
This is Rietveld 408576698