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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view.h

Issue 5528007: If compositor window already exists, then simply return it rather than compla... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « chrome/browser/gpu_process_host.cc ('k') | chrome/browser/renderer_host/render_widget_host_view_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host_view.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view.h (revision 68022)
+++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
@@ -247,7 +247,7 @@
#endif
#if defined(OS_WIN)
- virtual gfx::PluginWindowHandle CreateCompositorHostWindow() = 0;
+ virtual gfx::PluginWindowHandle GetCompositorHostWindow() = 0;
virtual void WillWmDestroy() = 0;
virtual void ShowCompositorHostWindow(bool show) = 0;
#endif
@@ -256,6 +256,7 @@
// constrained window is showing.
virtual void SetVisuallyDeemphasized(bool deemphasized) = 0;
+
void set_popup_type(WebKit::WebPopupType popup_type) {
popup_type_ = popup_type;
}
« no previous file with comments | « chrome/browser/gpu_process_host.cc ('k') | chrome/browser/renderer_host/render_widget_host_view_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698