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

Side by Side Diff: third_party/WebKit/public/platform/WebRuntimeFeatures.h

Issue 2912403003: Add a feature for not compositing small scrollers (Closed)
Patch Set: nit Created 3 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 unified diff | Download patch
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 BLINK_PLATFORM_EXPORT static void EnableInputMultipleFieldsUI(bool); 86 BLINK_PLATFORM_EXPORT static void EnableInputMultipleFieldsUI(bool);
87 BLINK_PLATFORM_EXPORT static void EnableLazyParseCSS(bool); 87 BLINK_PLATFORM_EXPORT static void EnableLazyParseCSS(bool);
88 BLINK_PLATFORM_EXPORT static void EnableLoadingWithMojo(bool); 88 BLINK_PLATFORM_EXPORT static void EnableLoadingWithMojo(bool);
89 BLINK_PLATFORM_EXPORT static void EnableMediaCapture(bool); 89 BLINK_PLATFORM_EXPORT static void EnableMediaCapture(bool);
90 BLINK_PLATFORM_EXPORT static void EnableMediaDocumentDownloadButton(bool); 90 BLINK_PLATFORM_EXPORT static void EnableMediaDocumentDownloadButton(bool);
91 BLINK_PLATFORM_EXPORT static void EnableMediaSession(bool); 91 BLINK_PLATFORM_EXPORT static void EnableMediaSession(bool);
92 BLINK_PLATFORM_EXPORT static void EnableMiddleClickAutoscroll(bool); 92 BLINK_PLATFORM_EXPORT static void EnableMiddleClickAutoscroll(bool);
93 BLINK_PLATFORM_EXPORT static void EnableMojoBlobs(bool); 93 BLINK_PLATFORM_EXPORT static void EnableMojoBlobs(bool);
94 BLINK_PLATFORM_EXPORT static void EnableNavigatorContentUtils(bool); 94 BLINK_PLATFORM_EXPORT static void EnableNavigatorContentUtils(bool);
95 BLINK_PLATFORM_EXPORT static void EnableNetworkInformation(bool); 95 BLINK_PLATFORM_EXPORT static void EnableNetworkInformation(bool);
96 BLINK_PLATFORM_EXPORT static void EnableNotCompositeSmallScroller(bool);
96 BLINK_PLATFORM_EXPORT static void EnableNotificationConstructor(bool); 97 BLINK_PLATFORM_EXPORT static void EnableNotificationConstructor(bool);
97 BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool); 98 BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool);
98 BLINK_PLATFORM_EXPORT static void EnableNotifications(bool); 99 BLINK_PLATFORM_EXPORT static void EnableNotifications(bool);
99 BLINK_PLATFORM_EXPORT static void EnableOffMainThreadFetch(bool); 100 BLINK_PLATFORM_EXPORT static void EnableOffMainThreadFetch(bool);
100 BLINK_PLATFORM_EXPORT static void EnableOnDeviceChange(bool); 101 BLINK_PLATFORM_EXPORT static void EnableOnDeviceChange(bool);
101 BLINK_PLATFORM_EXPORT static void EnableOrientationEvent(bool); 102 BLINK_PLATFORM_EXPORT static void EnableOrientationEvent(bool);
102 BLINK_PLATFORM_EXPORT static void EnableOverlayScrollbars(bool); 103 BLINK_PLATFORM_EXPORT static void EnableOverlayScrollbars(bool);
103 BLINK_PLATFORM_EXPORT static void EnablePagePopup(bool); 104 BLINK_PLATFORM_EXPORT static void EnablePagePopup(bool);
104 BLINK_PLATFORM_EXPORT static void EnablePassiveDocumentEventListeners(bool); 105 BLINK_PLATFORM_EXPORT static void EnablePassiveDocumentEventListeners(bool);
105 BLINK_PLATFORM_EXPORT static void EnablePaymentRequest(bool); 106 BLINK_PLATFORM_EXPORT static void EnablePaymentRequest(bool);
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 BLINK_PLATFORM_EXPORT static void EnableLocationHardReload(bool); 159 BLINK_PLATFORM_EXPORT static void EnableLocationHardReload(bool);
159 BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackBackend(bool); 160 BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackBackend(bool);
160 161
161 private: 162 private:
162 WebRuntimeFeatures(); 163 WebRuntimeFeatures();
163 }; 164 };
164 165
165 } // namespace blink 166 } // namespace blink
166 167
167 #endif 168 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698