Skip to content

Commit

Permalink
Revert 139125 - Switch use_canvas_skia=1 for Linux/GTK.
Browse files Browse the repository at this point in the history
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: svn://svn.chromium.org/chrome/trunk/src@139139 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
asargent@chromium.org committed May 25, 2012
1 parent 92f7ecd commit d804749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}],
],
Expand Down

0 comments on commit d804749

Please sign in to comment.