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

Unified Diff: content/browser/gpu/compositor_util.cc

Issue 2447163002: Enable GPU Rasterization by default on Mac (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | content/public/common/content_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/compositor_util.cc
diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
index e6305af5c565d785234e0faf25d9f29419e33be6..a2d0d941ad8e6f91923b4104c665724c55ff44f6 100644
--- a/content/browser/gpu/compositor_util.cc
+++ b/content/browser/gpu/compositor_util.cc
@@ -246,10 +246,6 @@ bool IsGpuRasterizationEnabled() {
return false;
}
-#if defined(OS_ANDROID)
- return true;
-#endif
-
// Gpu Rasterization on platforms that are not fully enabled is controlled by
// a finch experiment.
return base::FeatureList::IsEnabled(features::kDefaultEnableGpuRasterization);
« no previous file with comments | « no previous file | content/public/common/content_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698