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

Unified Diff: content/public/browser/web_contents_delegate.cc

Issue 233093006: Stop disabling force_compositing_mode for background RenderViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: background: WebContentsDelegate Created 6 years, 8 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: content/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index b85daaba7a31580dc2920148a10ddffd33eedb91..747c4b5ce08764a53d1ea89598385a4dcfa6e5f6 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -196,4 +196,8 @@ gfx::Size WebContentsDelegate::GetSizeForNewRenderView(
return gfx::Size();
}
+bool WebContentsDelegate::IsWebContentsNeverVisible(WebContents* web_contents) {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698