diff options
Diffstat (limited to 'chromium/cc/base/features.h')
-rw-r--r-- | chromium/cc/base/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/cc/base/features.h b/chromium/cc/base/features.h index 56c620c6eea..ea86ee616d8 100644 --- a/chromium/cc/base/features.h +++ b/chromium/cc/base/features.h @@ -12,6 +12,7 @@ namespace features { CC_BASE_EXPORT extern const base::Feature kImpulseScrollAnimations; +CC_BASE_EXPORT extern const base::Feature kSynchronizedScrolling; CC_BASE_EXPORT extern const base::Feature kTextureLayerSkipWaitForActivation; #if !defined(OS_ANDROID) |