| Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| index af56f31f5abcff6f74ccc045e39aa337f729e5e5..fd69553090ce70cd915096366076ec56786a5cfa 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| @@ -895,9 +895,8 @@
|
| callback.Run();
|
| }
|
|
|
| -// Mac: http://crbug.com/171744
|
| -// Under ubercomp, GetBackingStore is not possible in the guest renderer.
|
| -#if defined(OS_MACOSX) || defined(USE_AURA)
|
| +// http://crbug.com/171744
|
| +#if defined(OS_MACOSX)
|
| #define MAYBE_GetBackingStore DISABLED_GetBackingStore
|
| #else
|
| #define MAYBE_GetBackingStore GetBackingStore
|
|
|