Commit cb27bdd0 authored by mgiuca's avatar mgiuca Committed by Commit bot

Revert of Enable Surfaces on Android (try #4) (patchset #1 id:1 of...

Revert of Enable Surfaces on Android (try #4) (patchset #1 id:1 of https://codereview.chromium.org/1147193005/)

Reason for revert:
The following tests started failing on Android Debug Nexus 5, Nexus 6 and Nexus 9 bots:

pixel_tests: Pixel.Canvas2DRedBox, Pixel.CSS3DBlueBox, Pixel.WebGLGreenTriangle
gpu_rasterization_tests: GpuRasterization.BlueBox

Original issue's description:
> 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
>
> Committed: https://crrev.com/c95c7a17c51b905ef491fcea157852adebf85bfe
> Cr-Commit-Position: refs/heads/master@{#339793}

TBR=sievers@chromium.org,jbauman@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=512676

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

Cr-Commit-Position: refs/heads/master@{#339834}
parent 983c0562
...@@ -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 true; return false;
#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