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

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

Issue 6993043: Fix the mac hangup when force-compositing-mode is enabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DisplayLink back in, hopefully found root cause of bug Created 9 years, 6 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/accelerated_plugin_view_mac.h
diff --git a/chrome/browser/renderer_host/accelerated_plugin_view_mac.h b/chrome/browser/renderer_host/accelerated_plugin_view_mac.h
index 597ac656733ee4de88eb7e69f02a11c5980d5370..90e6713b4f5b115b560869e1aaa7fcf391075b3a 100644
--- a/chrome/browser/renderer_host/accelerated_plugin_view_mac.h
+++ b/chrome/browser/renderer_host/accelerated_plugin_view_mac.h
@@ -78,6 +78,10 @@ class RenderWidgetHostViewMac;
pluginHandle:(gfx::PluginWindowHandle)pluginHandle;
- (void)drawView;
+// Set the view for the GL context and initialize and start the display link
+// thread.
+- (void)setViewForGL;
Ken Russell (switch to Gerrit) 2011/06/10 01:30:12 I find this method name confusing because it sound
jbates 2011/06/11 02:00:44 Good point, done.
+
// Sets the list of rectangles that should show the web page, rather than the
// accelerated plugin. This is used to simulate the iframe-based trick that web
// pages have long used to show web content above windowed plugins on Windows

Powered by Google App Engine
This is Rietveld 408576698