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

Side by Side Diff: public/web/WebRuntimeFeatures.h

Issue 1311763004: Complete replacement of REF OverlayFullscreenVideo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698