diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 22:39:50 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 22:39:50 +0000 |
commit | 920caa5087ceee1f06368856d3e499be28458d8c (patch) | |
tree | ebbf0b6e0607c87b991dcaf7ff0cce2625d39816 /cc/render_pass_unittest.cc | |
parent | 3bc8cc2f3c9038cf5144fc06fa90151d2f9fd632 (diff) | |
download | chromium_src-920caa5087ceee1f06368856d3e499be28458d8c.zip chromium_src-920caa5087ceee1f06368856d3e499be28458d8c.tar.gz chromium_src-920caa5087ceee1f06368856d3e499be28458d8c.tar.bz2 |
Clean up cc and webkit/compositor_bindings include path shenanigans
This removes various include issues in cc/ and webkit/compositor_bindings/ to
normalize this code to chromium standards and make webkit/compositor_bindings/
more easily usable. Changes include:
1.) Removing dead stub / test headers and include paths
2.) Removing complex rules designed to make the incantation '#include <public/WebBlah.h>' work
since all chromium code can do '#include "third_party/WebKit/Source/Platform/chromium/public/WebBlah.h"'
3.) Expand out WebKit API includes and sort correctly
BUG=144577
Review URL: https://codereview.chromium.org/11615020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/render_pass_unittest.cc')
-rw-r--r-- | cc/render_pass_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/render_pass_unittest.cc b/cc/render_pass_unittest.cc index 2feaba8..56e99d1 100644 --- a/cc/render_pass_unittest.cc +++ b/cc/render_pass_unittest.cc @@ -4,13 +4,12 @@ #include "cc/render_pass.h" -#include <public/WebFilterOperations.h> - #include "cc/checkerboard_draw_quad.h" #include "cc/math_util.h" #include "cc/test/geometry_test_utils.h" #include "cc/test/render_pass_test_common.h" #include "testing/gtest/include/gtest/gtest.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" #include "third_party/skia/include/effects/SkBlurImageFilter.h" #include "ui/gfx/transform.h" |