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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 1325843002: Added directwrite warmup for PPAPI processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_win32k_enable_policy
Patch Set: Made win32k lockdown check a lazy instance. Created 5 years, 3 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/ppapi_plugin/ppapi_thread.h
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index ed09b1f548b005627faaddc07beccbbd05b839b3..03f332ddf07c1b0ce005e882ddaf98e166760b1d 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -171,6 +171,8 @@ class PpapiThread : public ChildThreadImpl,
DISALLOW_IMPLICIT_CONSTRUCTORS(PpapiThread);
};
+bool IsWin32kLockdownEnabled();
+
#if defined(COMPILER_MSVC)
#pragma warning(pop)
#endif

Powered by Google App Engine
This is Rietveld 408576698