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

Unified Diff: Source/core/core.gyp

Issue 18187004: Don't update graphics layer positions during coordinated scrolling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Set define in core.gyp 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 | « LayoutTests/TestExpectations ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 4034ffea4522617b44add9d0040282d7dbeadc76..06b2baca472f4d730028c9822bc1213e8c0bab67 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -39,6 +39,7 @@
'variables': {
'enable_wexit_time_destructors': 1,
+ 'blink_scrolling_position_no_offset%': 0,
'webcore_include_dirs': [
'../..',
@@ -962,6 +963,11 @@
['exclude', 'Android\\.cpp$'],
],
}],
+ ['blink_scrolling_position_no_offset==1', {
+ 'defines': [
+ 'BLINK_SCROLLING_POSITION_NO_OFFSET',
+ ]
+ }],
],
},
{
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698