| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index f563e4e571ecc13c709875a6638c16c0f7ea0256..ccc53f8acd784e5d059b048e151fd27ee91b0326 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -134,6 +134,9 @@ const char kUIShowOccludingRects[] = "ui-show-occluding-rects";
|
| const char kShowNonOccludingRects[] = "show-nonoccluding-rects";
|
| const char kUIShowNonOccludingRects[] = "ui-show-nonoccluding-rects";
|
|
|
| +// Use GPU memory buffers within the ResourceProvider.
|
| +const char kUseGpuMemoryBuffers[] = "use-gpu-memory-buffers";
|
| +
|
| // Prevents the layer tree unit tests from timing out.
|
| const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
|
|
|
|
|