OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 BLINK_EXPORT static void enableWebGLDraftExtensions(bool); | 127 BLINK_EXPORT static void enableWebGLDraftExtensions(bool); |
128 | 128 |
129 BLINK_EXPORT static void enableWebGLImageChromium(bool); | 129 BLINK_EXPORT static void enableWebGLImageChromium(bool); |
130 | 130 |
131 BLINK_EXPORT static void enableWebMIDI(bool); | 131 BLINK_EXPORT static void enableWebMIDI(bool); |
132 | 132 |
133 BLINK_EXPORT static void enableXSLT(bool); | 133 BLINK_EXPORT static void enableXSLT(bool); |
134 | 134 |
135 BLINK_EXPORT static void enableOverlayScrollbars(bool); | 135 BLINK_EXPORT static void enableOverlayScrollbars(bool); |
136 | 136 |
137 BLINK_EXPORT static void enableOverlayFullscreenVideo(bool); | |
138 | |
139 BLINK_EXPORT static void forceOverlayFullscreenVideo(bool); | 137 BLINK_EXPORT static void forceOverlayFullscreenVideo(bool); |
140 | 138 |
141 BLINK_EXPORT static void enableSharedWorker(bool); | 139 BLINK_EXPORT static void enableSharedWorker(bool); |
142 | 140 |
143 BLINK_EXPORT static void enablePreciseMemoryInfo(bool); | 141 BLINK_EXPORT static void enablePreciseMemoryInfo(bool); |
144 | 142 |
145 BLINK_EXPORT static void enableLayerSquashing(bool) { } | 143 BLINK_EXPORT static void enableLayerSquashing(bool) { } |
146 | 144 |
147 BLINK_EXPORT static void enableCredentialManagerAPI(bool); | 145 BLINK_EXPORT static void enableCredentialManagerAPI(bool); |
148 | 146 |
(...skipping 20 matching lines...) Expand all Loading... |
169 BLINK_EXPORT static void enableNewMediaPlaybackUi(bool); | 167 BLINK_EXPORT static void enableNewMediaPlaybackUi(bool); |
170 | 168 |
171 BLINK_EXPORT static void enablePresentationAPI(bool); | 169 BLINK_EXPORT static void enablePresentationAPI(bool); |
172 private: | 170 private: |
173 WebRuntimeFeatures(); | 171 WebRuntimeFeatures(); |
174 }; | 172 }; |
175 | 173 |
176 } // namespace blink | 174 } // namespace blink |
177 | 175 |
178 #endif | 176 #endif |
OLD | NEW |