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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2391753003: Stop exposing --disable-gpu-compositing as a Blink RuntimeEnabledFeature (Closed)
Patch Set: simplify changes 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
Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 3e6656a619fd8e9d3816b0f1bb75dfb6ce5d5fd9..a51400ebf91597e6fb8042b38e122c7cc026fd45 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -104,10 +104,6 @@ void WebRuntimeFeatures::enableDisplayList2dCanvas(bool enable) {
RuntimeEnabledFeatures::setDisplayList2dCanvasEnabled(enable);
}
-void WebRuntimeFeatures::enableGpuCompositing(bool enable) {
- RuntimeEnabledFeatures::setGpuCompositingEnabled(enable);
-}
-
void WebRuntimeFeatures::enableCanvas2dDynamicRenderingModeSwitching(
bool enable) {
RuntimeEnabledFeatures::setEnableCanvas2dDynamicRenderingModeSwitchingEnabled(

Powered by Google App Engine
This is Rietveld 408576698