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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add LayoutTest and fix minor spec violation Created 5 years, 5 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index a62a663d0ddc203a0f75e2b9e72e8d708d608a92..b0c9e4f040d53d385faf3bc22b1455ecf568bb4d 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -106,6 +106,8 @@ public:
BLINK_EXPORT static void enableRequestAutocomplete(bool);
+ BLINK_EXPORT static void RequestIdleCallback(bool);
jochen (gone - plz use gerrit) 2015/07/31 09:19:19 why do you need this? should also be called enabl
rmcilroy 2015/08/11 16:30:52 Removed.
+
BLINK_EXPORT static void enableScreenOrientation(bool);
BLINK_EXPORT static void enableScriptedSpeech(bool);
« Source/core/dom/ScriptedIdleTaskController.h ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698