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

Unified Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix new addition Created 8 years, 2 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: content/browser/renderer_host/render_widget_host_view_base.h
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
index 9dc20c005fb468cc902eeb7d4ca0e4e4fba59155..82be236f9e5ef75d4987cdddfeb0cda5b2b18055 100644
--- a/content/browser/renderer_host/render_widget_host_view_base.h
+++ b/content/browser/renderer_host/render_widget_host_view_base.h
@@ -21,6 +21,7 @@
#include "content/common/content_export.h"
#include "content/port/browser/render_widget_host_view_port.h"
#include "ui/base/range/range.h"
+#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/rect.h"
namespace content {
@@ -65,7 +66,7 @@ class CONTENT_EXPORT RenderWidgetHostViewBase
void SetBrowserAccessibilityManager(BrowserAccessibilityManager* manager);
// Notification that a resize or move session ended on the native widget.
- void UpdateScreenInfo();
+ void UpdateScreenInfo(gfx::NativeView view);
#if defined(OS_WIN)
// The callback that DetachPluginsHelper calls for each child window. Call

Powered by Google App Engine
This is Rietveld 408576698