| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index e60414584cbe2f3bb9c0e27ad45fcb4d7605f9b9..87e10ce0089f461c66baae4348d1b5bd6b3a83d8 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -141,6 +141,9 @@ const char kDisableMapImage[] = "disable-map-image";
|
| // Prevents the layer tree unit tests from timing out.
|
| const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
|
|
|
| +// Disable textures using RGBA_4444 layout.
|
| +const char kDisable4444Textures[] = "disable-4444-textures";
|
| +
|
| bool IsLCDTextEnabled() {
|
| const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(cc::switches::kDisableLCDText))
|
|
|