Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2066)

Unified Diff: build/common.gypi

Issue 9813017: aura: Enable use_canvas_skia=1 on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f882f79c005506b008d23672f7ee155c2ba352eb..dcb9d051cc1e0a9060589411e4bdf2eff98e843a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -425,6 +425,11 @@
}, {
'enable_automation%': 1,
}],
+
+ # Use platform independent implementation of gfx::Canvas in Aura.
Alexei Svitkine (slow) 2012/03/21 18:25:48 Nit: Change this comment to: # Enable Skia UI tex
+ ['use_aura==1', {
+ 'use_canvas_skia%': 1,
+ }],
],
},
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698