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

Side by Side Diff: content/public/common/content_switches.cc

Issue 2086363004: mac: Finish plumbing for Pepper3D Image Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp98_native_gmb
Patch Set: Rebase error. Created 4 years, 5 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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "build/build_config.h" 5 #include "build/build_config.h"
6 #include "content/public/common/content_switches.h" 6 #include "content/public/common/content_switches.h"
7 7
8 namespace switches { 8 namespace switches {
9 9
10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 236
237 // Enable partial raster in the renderer. 237 // Enable partial raster in the renderer.
238 const char kEnablePartialRaster[] = "enable-partial-raster"; 238 const char kEnablePartialRaster[] = "enable-partial-raster";
239 239
240 // Disable Pepper3D. 240 // Disable Pepper3D.
241 const char kDisablePepper3d[] = "disable-pepper-3d"; 241 const char kDisablePepper3d[] = "disable-pepper-3d";
242 242
243 // Disables the Permissions API. 243 // Disables the Permissions API.
244 const char kDisablePermissionsAPI[] = "disable-permissions-api"; 244 const char kDisablePermissionsAPI[] = "disable-permissions-api";
245 245
246 // Disable Image Chromium for Pepper 3d.
247 const char kDisablePepper3DImageChromium[] = "disable-pepper-3d-image-chromium";
248
246 // Disables compositor-accelerated touch-screen pinch gestures. 249 // Disables compositor-accelerated touch-screen pinch gestures.
247 const char kDisablePinch[] = "disable-pinch"; 250 const char kDisablePinch[] = "disable-pinch";
248 251
249 // Disable the creation of compositing layers when it would prevent LCD text. 252 // Disable the creation of compositing layers when it would prevent LCD text.
250 const char kDisablePreferCompositingToLCDText[] = 253 const char kDisablePreferCompositingToLCDText[] =
251 "disable-prefer-compositing-to-lcd-text"; 254 "disable-prefer-compositing-to-lcd-text";
252 255
253 // Disables the Presentation API. 256 // Disables the Presentation API.
254 const char kDisablePresentationAPI[] = "disable-presentation-api"; 257 const char kDisablePresentationAPI[] = "disable-presentation-api";
255 258
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 // the given directory. Used primarily to gather samples for IPC fuzzing. 1057 // the given directory. Used primarily to gather samples for IPC fuzzing.
1055 const char kIpcDumpDirectory[] = "ipc-dump-directory"; 1058 const char kIpcDumpDirectory[] = "ipc-dump-directory";
1056 1059
1057 // Specifies the testcase used by the IPC fuzzer. 1060 // Specifies the testcase used by the IPC fuzzer.
1058 const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase"; 1061 const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase";
1059 #endif 1062 #endif
1060 1063
1061 // Don't dump stuff here, follow the same order as the header. 1064 // Don't dump stuff here, follow the same order as the header.
1062 1065
1063 } // namespace switches 1066 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/pepper/ppb_graphics_3d_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698