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

Unified Diff: Source/web/WebRuntimeFeatures.cpp

Issue 334393003: Tidy up dependencies for platform/ColorChooser.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nevermind - wrong CL Created 6 years, 6 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/RuntimeEnabledFeatures.in ('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
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
index 8ae42ac147f80018d7a4b7edba7df7800a84a8a9..aa9c936a0e52bcedeeb4cc6ba73fa3b73236e103 100644
--- a/Source/web/WebRuntimeFeatures.cpp
+++ b/Source/web/WebRuntimeFeatures.cpp
@@ -140,6 +140,11 @@ void WebRuntimeFeatures::enableSubpixelFontScaling(bool enable)
RuntimeEnabledFeatures::setSubpixelFontScalingEnabled(enable);
}
+void WebRuntimeFeatures::enableMediaCapture(bool enable)
+{
+ RuntimeEnabledFeatures::setMediaCaptureEnabled(enable);
+}
+
void WebRuntimeFeatures::enableMediaSource(bool enable)
{
RuntimeEnabledFeatures::setMediaSourceEnabled(enable);
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698