Commit c95c7a17 authored by jbauman's avatar jbauman Committed by Commit bot

Enable Surfaces on Android (try #4)

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

BUG=449319

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

Cr-Commit-Position: refs/heads/master@{#339793}
parent b46a8bb1
...@@ -283,7 +283,7 @@ bool IsForceGpuRasterizationEnabled() { ...@@ -283,7 +283,7 @@ bool IsForceGpuRasterizationEnabled() {
bool UseSurfacesEnabled() { bool UseSurfacesEnabled() {
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
return false; return true;
#endif #endif
bool enabled = false; bool enabled = false;
#if defined(USE_AURA) || defined(OS_MACOSX) #if defined(USE_AURA) || 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