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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 1018863002: compositor-worker: Introduce CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 9 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 06343d989fa07d49dc35c84aa712340bd22e74c4..9885782adfdf65671783680ef0a391864cacc8fe 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -54,6 +54,9 @@ public:
BLINK_EXPORT static void enableCompositedSelectionUpdate(bool);
BLINK_EXPORT static bool isCompositedSelectionUpdateEnabled();
+ BLINK_EXPORT static void enableCompositorWorker(bool);
tkent 2015/03/25 05:55:10 Why do you need public functions?
sadrul 2015/03/25 06:13:07 My understanding is this would allow us to turn th
tkent 2015/03/25 06:15:05 Usually these functions are unnecessary for a feat
sadrul 2015/03/25 06:26:37 Ah, yes. That would be sufficient. Thanks. Removed
+ BLINK_EXPORT static bool isCompositorWorkerEnabled();
+
BLINK_EXPORT static void enableDecodeToYUV(bool);
BLINK_EXPORT static void enableDisplayList2dCanvas(bool);
« Source/modules/compositorworker/CompositorWorkerThread.h ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698