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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 352173002: Expose public interface for composited selection bounds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 8764c70be5835ed2daf5d9686698f04032d796dc..7afa6f5ca19902d7c38a0a6bee6b34eedbc1673e 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);
abarth-chromium 2014/06/25 19:54:59 Why do we need a public API for this setting?
jdduke (slow) 2014/06/25 21:50:54 The composited updates will initially only be enab
+
BLINK_EXPORT static void enableDialogElement(bool);
BLINK_EXPORT static void enableEncryptedMedia(bool);

Powered by Google App Engine
This is Rietveld 408576698