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

Unified Diff: content/browser/web_contents/web_contents_view_guest.cc

Issue 2411793008: Adds BeginFrameControl via DevTools.
Patch Set: BFC prototype v2 with allow_latency_opts and waiting for BFOs. Created 4 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: content/browser/web_contents/web_contents_view_guest.cc
diff --git a/content/browser/web_contents/web_contents_view_guest.cc b/content/browser/web_contents/web_contents_view_guest.cc
index f7e452de43e1c33b13fc85cb6f0b3829464019e0..54c26d7e12851ab08cb354842e3faab9c0dbd313 100644
--- a/content/browser/web_contents/web_contents_view_guest.cc
+++ b/content/browser/web_contents/web_contents_view_guest.cc
@@ -172,6 +172,10 @@ void WebContentsViewGuest::SetOverscrollControllerEnabled(bool enabled) {
// This should never override the setting of the embedder view.
}
+ui::Compositor* WebContentsViewGuest::GetCompositor() const {
+ return platform_view_->GetCompositor();
+}
+
#if defined(OS_MACOSX)
bool WebContentsViewGuest::IsEventTracking() const {
return false;
« no previous file with comments | « content/browser/web_contents/web_contents_view_guest.h ('k') | content/browser/web_contents/web_contents_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698