Commit 3cadd73f authored by Peng Huang's avatar Peng Huang Committed by Commit Bot

Reland "Turn on presentation feedback for Linux"

This is a reland of 66531351

Original change's description:
> Turn on presentation feedback for Linux
>
> Bug: 776877
> Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
> Change-Id: I9d9590a5174db94392a447ab280e9218b37c2958
> Reviewed-on: https://chromium-review.googlesource.com/1040725
> Reviewed-by: Antoine Labour <piman@chromium.org>
> Commit-Queue: Peng Huang <penghuang@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#555782}

TBR=piman@chromium.org

Bug: 776877
Change-Id: I7b8c4cdfd05b39d0c5bfa39c884775183564b35e
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Reviewed-on: https://chromium-review.googlesource.com/1045845
Commit-Queue: Peng Huang <penghuang@chromium.org>
Reviewed-by: default avatarPeng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556299}
parent ed101dbb
...@@ -13,7 +13,7 @@ namespace gl { ...@@ -13,7 +13,7 @@ namespace gl {
bool IsPresentationCallbackEnabled() { bool IsPresentationCallbackEnabled() {
// TODO(peng): always enable once 776877 is fixed. // TODO(peng): always enable once 776877 is fixed.
#if defined(OS_CHROMEOS) || defined(OS_ANDROID) #if defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_LINUX)
return true; return true;
#else #else
return base::CommandLine::ForCurrentProcess()->HasSwitch( return base::CommandLine::ForCurrentProcess()->HasSwitch(
......
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