Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f882f79c005506b008d23672f7ee155c2ba352eb..00715495ee355dd01c6cf512aaf8176ff795900a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -425,6 +425,15 @@ |
}, { |
'enable_automation%': 1, |
}], |
+ |
+ # Enable Skia UI text drawing incrementally on different platforms. |
+ # http://crbug.com/105550 |
+ # |
+ # On Aura, this allows per-tile painting to be used in the browser |
+ # compositor. |
+ ['use_aura==1', { |
+ 'use_canvas_skia%': 1, |
+ }], |
], |
}, |