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

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

Issue 4815001: Use inner HWND for accelerated rendering on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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_host_view.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view.h (revision 65702)
+++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
@@ -234,6 +234,12 @@
virtual void DestroyPluginContainer(gfx::PluginWindowHandle id) = 0;
#endif
+#if defined(OS_WIN)
+ virtual gfx::PluginWindowHandle CreateCompositorHostWindow() = 0;
+ virtual void WillWmDestroy() = 0;
+ virtual void ShowCompositorHostWindow(bool show) = 0;
+#endif
+
// Toggles visual muting of the render view area. This is on when a
// constrained window is showing.
virtual void SetVisuallyDeemphasized(bool deemphasized) = 0;

Powered by Google App Engine
This is Rietveld 408576698