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

Unified Diff: content/browser/web_contents/web_contents_view_mus.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
« no previous file with comments | « content/browser/web_contents/web_contents_view_mus.h ('k') | services/ui/ws/gpu_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_mus.cc
diff --git a/content/browser/web_contents/web_contents_view_mus.cc b/content/browser/web_contents/web_contents_view_mus.cc
index b0049be2424b3a9422f7516b7e8e790ad415af78..e8aadfc8af6f644dcda130971418eacb9f205dc6 100644
--- a/content/browser/web_contents/web_contents_view_mus.cc
+++ b/content/browser/web_contents/web_contents_view_mus.cc
@@ -153,6 +153,10 @@ void WebContentsViewMus::SetOverscrollControllerEnabled(bool enabled) {
// This should never override the setting of the embedder view.
}
+ui::Compositor* WebContentsViewMus::GetCompositor() const {
+ return nullptr;
+}
+
#if defined(OS_MACOSX)
bool WebContentsViewMus::IsEventTracking() const {
return false;
« no previous file with comments | « content/browser/web_contents/web_contents_view_mus.h ('k') | services/ui/ws/gpu_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698