Index: content/public/browser/browser_plugin_guest_delegate.h |
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h |
index 4dd1a4cd732925d2cb2f18a6f4e31aa032101b5b..0d5ba0d13e11f620ab3c8f9116cf5344c7073de7 100644 |
--- a/content/public/browser/browser_plugin_guest_delegate.h |
+++ b/content/public/browser/browser_plugin_guest_delegate.h |
@@ -92,6 +92,11 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate { |
// fromt he guest renderer is incorrect in situations where BrowserPlugin is |
// subject to CSS transforms. |
virtual void SetContextMenuPosition(const gfx::Point& position) {} |
+ |
+ // TODO(ekaramad): A short workaround for to force some types of guests to use |
Charlie Reis
2016/09/15 20:56:10
nit: Drop "for"
EhsanK
2016/09/21 21:34:53
Done.
|
+ // a BrowserPlugin even when we are using cross process frames for guests. It |
+ // should be removed after resolving https://crbug.com/642826). |
+ virtual bool CanUseCrossProcessFrames(); |
}; |
} // namespace content |