Revert 139125 - Switch use_canvas_skia=1 for Linux/GTK.

This is so we can get rid of canvas_linux.cc and start
standardizing what the different canvas flags mean
between platforms.

BUG=105550
TEST=No visual change in Chrome UI.

Review URL: https://chromiumcodereview.appspot.com/10452023

TBR=asvitkine@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10444039

git-svn-id: http://src.chromium.org/svn/trunk/src/build@139139 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
asargent@chromium.org 2012-05-25 23:17:00 +00:00
Родитель 520198591d
Коммит 57f556b0f5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -499,7 +499,7 @@
#
# On Aura, this allows per-tile painting to be used in the browser
# compositor.
['OS!="mac" and OS!="android"', {
['use_aura==1 or OS=="win"', {
'use_canvas_skia%': 1,
}],
],