Commit 8da5f9f0 authored by jbauman's avatar jbauman Committed by Commit bot

Enable Surfaces on Android (try #3)

The browser compositor contents and renderer contents are each put into separate Surfaces which are aggregated together by a Display.

BUG=449319

Review URL: https://codereview.chromium.org/1001203002

Cr-Commit-Position: refs/heads/master@{#320826}
parent 4bfc1713
......@@ -315,7 +315,7 @@ bool IsThreadedGpuRasterizationEnabled() {
bool UseSurfacesEnabled() {
#if defined(OS_ANDROID)
return false;
return true;
#endif
bool enabled = false;
#if (defined(USE_AURA) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment