| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index 3d7ab85095edf5aa9f9e8e5413222405ae7ac75c..b767d9ea419fb647846a36d0e546dacaf8315039 100644
|
| --- a/cc/layer_impl.h
|
| +++ b/cc/layer_impl.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CC_LAYER_IMPL_H_
|
| #define CC_LAYER_IMPL_H_
|
|
|
| -#include <public/WebFilterOperations.h>
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| @@ -21,6 +20,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.h"
|
|
|