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

Unified Diff: Source/web/WebRuntimeFeatures.cpp

Issue 628213002: Merge 182798 "Adding blink side flag that allows disabling YUV d..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2171/
Patch Set: Created 6 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 | « Source/platform/graphics/DecodingImageGenerator.cpp ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRuntimeFeatures.cpp
===================================================================
--- Source/web/WebRuntimeFeatures.cpp (revision 183269)
+++ Source/web/WebRuntimeFeatures.cpp (working copy)
@@ -75,6 +75,11 @@
RuntimeEnabledFeatures::setDatabaseEnabled(enable);
}
+void WebRuntimeFeatures::enableDecodeToYUV(bool enable)
+{
+ RuntimeEnabledFeatures::setDecodeToYUVEnabled(enable);
+}
+
void WebRuntimeFeatures::enableDisplayList2dCanvas(bool enable)
{
RuntimeEnabledFeatures::setDisplayList2dCanvasEnabled(enable);
« no previous file with comments | « Source/platform/graphics/DecodingImageGenerator.cpp ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698