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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp

Issue 14208013: Addding support for -webkit-background-blend-mode to blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/core/platform/graphics/skia/ImageSkia.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
index 9d38dd97c34aee109d39364179ac275f622011ab..dd04d41c2fc03b22afd2b230f86dfc964401635f 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
@@ -1633,6 +1633,8 @@ void TestRunner::overridePreference(const CppArgumentList& arguments, CppVariant
prefs->cssCustomFilterEnabled = cppVariantToBool(value);
else if (key == "WebKitShouldRespectImageOrientation")
prefs->shouldRespectImageOrientation = cppVariantToBool(value);
+ else if (key == "WebKitAcceleratedCompositingEnabled")
Stephen White 2013/05/17 19:16:23 I don't think there's any need to plumb this throu
+ prefs->acceleratedCompositingEnabled = cppVariantToBool(value);
else if (key == "WebKitWebAudioEnabled")
WEBKIT_ASSERT(cppVariantToBool(value));
else {
« no previous file with comments | « Source/core/platform/graphics/skia/ImageSkia.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698