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

Unified Diff: content/public/browser/render_widget_host_view.h

Issue 1844053002: Add detached mode plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And target Created 4 years, 9 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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host_view.h
diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
index 7c749a27c696c887341584ac9b1213352fb56a9e..0082cf04fab73f50d99bee45c7e17b0f1079d3d0 100644
--- a/content/public/browser/render_widget_host_view.h
+++ b/content/public/browser/render_widget_host_view.h
@@ -160,6 +160,8 @@ class CONTENT_EXPORT RenderWidgetHostView {
virtual void EndFrameSubscription() = 0;
#if defined(OS_MACOSX)
+ virtual gfx::NativeWindow CreateDetachedModeWindow() = 0;
+
// Set the view's active state (i.e., tint state of controls).
virtual void SetActive(bool active) = 0;
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698