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 fd69553090ce70cd915096366076ec56786a5cfa..af56f31f5abcff6f74ccc045e39aa337f729e5e5 100644 |
--- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
@@ -895,8 +895,9 @@ static void CompareSkBitmapAndRun(const base::Closure& callback, |
callback.Run(); |
} |
-// http://crbug.com/171744 |
-#if defined(OS_MACOSX) |
+// Mac: http://crbug.com/171744 |
+// Under ubercomp, GetBackingStore is not possible in the guest renderer. |
+#if defined(OS_MACOSX) || defined(USE_AURA) |
#define MAYBE_GetBackingStore DISABLED_GetBackingStore |
#else |
#define MAYBE_GetBackingStore GetBackingStore |