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

Unified Diff: content/common/content_switches_internal.h

Issue 872673002: Do not use win32k renderer lockdown if DirectWrite is disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move IsWin32kRendererLockdownEnabled to content/common Created 5 years, 11 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: content/common/content_switches_internal.h
diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
index ac31c5f3312d736decdb0dc9bb0352c3d8cc09cf..ad2fd6505a011e542f655dc3c0386fcb663176c9 100644
--- a/content/common/content_switches_internal.h
+++ b/content/common/content_switches_internal.h
@@ -8,6 +8,9 @@
namespace content {
bool IsPinchToZoomEnabled();
+#if defined(OS_WIN)
+bool IsWin32kRendererLockdownEnabled();
+#endif
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698