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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 9b0e2f4139ff01fab9e687ab3f7bb77d4481e181..0ca3b6fa0221b1001daa65d8600afc07e6d16ccf 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -521,6 +521,11 @@
'../plugins/ppapi/ppb_transport_impl.h',
],
}],
+ ['OS=="linux" and enable_smooth_scrolling==1', {
+ 'defines': [
+ 'ENABLE_SMOOTH_SCROLLING',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698