diff options
author | tkent <tkent@chromium.org> | 2015-12-20 20:53:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-21 04:54:13 +0000 |
commit | fe0a0a4bb289d7f3a68c27270344f1f2cc6e67ca (patch) | |
tree | ab68f0ad6c76cb239dd0ecda12ec5997c44eeace /third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp | |
parent | 18adf346c7e453e34ed353b870e26294875ccaaa (diff) | |
download | chromium_src-fe0a0a4bb289d7f3a68c27270344f1f2cc6e67ca.zip chromium_src-fe0a0a4bb289d7f3a68c27270344f1f2cc6e67ca.tar.gz chromium_src-fe0a0a4bb289d7f3a68c27270344f1f2cc6e67ca.tar.bz2 |
Remove config.h inclusion from third_party/WebKit/Source/platform/.
This CL has no behavior changes.
BUG=570234
TBR=yutak@chromium.org
Review URL: https://codereview.chromium.org/1536253002
Cr-Commit-Position: refs/heads/master@{#366328}
Diffstat (limited to 'third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp')
-rw-r--r-- | third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp index f4a0af1..6910c4f 100644 --- a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp +++ b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" #include "platform/scroll/ProgrammaticScrollAnimator.h" #include "platform/geometry/IntPoint.h" |