diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 05:35:09 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 05:35:09 +0000 |
commit | 92c807c590fdaeadf5d39fa7f284cb2895523813 (patch) | |
tree | e3738ae46487e45696ffb44fc6eb08cfb5c5e8ca /webkit/compositor_bindings/web_layer_impl.cc | |
parent | 3ebcc7c965eca1624ab6bb297cb3b27596820998 (diff) | |
download | chromium_src-92c807c590fdaeadf5d39fa7f284cb2895523813.zip chromium_src-92c807c590fdaeadf5d39fa7f284cb2895523813.tar.gz chromium_src-92c807c590fdaeadf5d39fa7f284cb2895523813.tar.bz2 |
Normalize includes in webkit/compositor_bindings to chromium style
BUG=144577
Review URL: https://chromiumcodereview.appspot.com/11824010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/compositor_bindings/web_layer_impl.cc')
-rw-r--r-- | webkit/compositor_bindings/web_layer_impl.cc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/webkit/compositor_bindings/web_layer_impl.cc b/webkit/compositor_bindings/web_layer_impl.cc index d0938f3..3e44860 100644 --- a/webkit/compositor_bindings/web_layer_impl.cc +++ b/webkit/compositor_bindings/web_layer_impl.cc @@ -2,12 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "web_layer_impl.h" +#include "webkit/compositor_bindings/web_layer_impl.h" -#include "SkMatrix44.h" -#ifdef LOG -#undef LOG -#endif #include "base/string_util.h" #include "cc/animation.h" #include "cc/layer.h" @@ -16,7 +12,8 @@ #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebTransformationMatrix.h" -#include "web_animation_impl.h" +#include "third_party/skia/include/utils/SkMatrix44.h" +#include "webkit/compositor_bindings/web_animation_impl.h" using cc::Animation; using cc::Layer; |