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

Unified Diff: build/common.gypi

Issue 18400003: cc: Consider scroll offset in CalcDrawProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add common.gypi define Created 7 years, 5 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 | cc/layers/layer.h » ('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 f4c01f579d2ac9e3f08e41c1766980e826e31399..2ecc45026e8d929a2995f3cebe82ed5f3ece98ae 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1835,6 +1835,8 @@
# Set this to use the new DX11 version of ANGLE.
# TODO(apatrick): Remove this when the transition is complete.
'ANGLE_DX11',
+ # TODO(enne): Remove this once #ifdefs using this have been removed.
jamesr 2013/07/09 23:45:27 oh yuck - i don't think you want to set a define f
enne (OOO) 2013/07/10 00:41:21 Thanks for the suggestion. I changed this to a gy
+ 'BLINK_SCROLLING_POSITION_NO_OFFSET',
],
'conditions': [
['(OS=="mac" or OS=="ios") and asan==1', {
« no previous file with comments | « no previous file | cc/layers/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698