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.h | |
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.h')
-rw-r--r-- | cc/render_pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/render_pass.h b/cc/render_pass.h index a7e685f..3d100d9 100644 --- a/cc/render_pass.h +++ b/cc/render_pass.h @@ -5,7 +5,6 @@ #ifndef CC_RENDER_PASS_H_ #define CC_RENDER_PASS_H_ -#include <public/WebFilterOperations.h> #include <vector> #include "base/basictypes.h" @@ -16,6 +15,7 @@ #include "cc/scoped_ptr_vector.h" #include "cc/shared_quad_state.h" #include "skia/ext/refptr.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" #include "third_party/skia/include/core/SkColor.h" #include "third_party/skia/include/core/SkImageFilter.h" #include "ui/gfx/rect_f.h" |