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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revised Created 6 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index 6925f97f7c71f25d5095177642ca74a965570202..9f18564b099a805da1456a0413d307930a3337d5 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -46,6 +46,8 @@ public:
BLINK_EXPORT static void enableDatabase(bool);
+ BLINK_EXPORT static void enableCompositedSelectionUpdates(bool);
jdduke (slow) 2014/09/19 15:09:22 Could we also add a |isCompositedSelectionUpdatesE
jdduke (slow) 2014/09/19 15:14:01 |areCompositedSelectionUpdatesEnabled()|? Or sho
trchen 2014/09/19 21:08:42 Acknowledged. I think we should change it to singu
+
BLINK_EXPORT static void enableDisplayList2dCanvas(bool);
BLINK_EXPORT static void enableEncryptedMedia(bool);

Powered by Google App Engine
This is Rietveld 408576698