| Index: trunk/src/content/browser/gpu/compositor_util_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/gpu/compositor_util_browsertest.cc (revision 282675)
|
| +++ trunk/src/content/browser/gpu/compositor_util_browsertest.cc (working copy)
|
| @@ -29,7 +29,7 @@
|
| #elif defined(OS_ANDROID)
|
| expected_mode = DELEGATED;
|
| #elif defined(OS_MACOSX)
|
| - expected_mode = THREADED;
|
| + expected_mode = DELEGATED;
|
| // Lion and SnowLeopard have compositing blacklisted when using the Apple
|
| // software renderer, so results will vary depending if this test is being
|
| // run in a VM versus actual hardware.
|
|
|