Remove #include of ImageBuffer.h from Filter.h.

Add #includes where transitive dependencies had crept in.

R=junov@chromium.org
BUG=

Review URL: https://codereview.chromium.org/653983002

git-svn-id: svn://svn.chromium.org/blink/trunk@183683 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f103ae88
......@@ -59,6 +59,7 @@
#include "core/svg/SVGRemoteFontFaceSource.h"
#include "platform/FontFamilyNames.h"
#include "platform/SharedBuffer.h"
#include "wtf/ArrayBufferView.h"
namespace blink {
......
......@@ -41,6 +41,7 @@
#include "core/rendering/RenderVideo.h"
#include "platform/UserGestureIndicator.h"
#include "platform/graphics/GraphicsContext.h"
#include "platform/graphics/ImageBuffer.h"
#include "platform/graphics/gpu/Extensions3DUtil.h"
#include "public/platform/WebCanvas.h"
#include "public/platform/WebGraphicsContext3D.h"
......
......@@ -25,6 +25,7 @@
#define RenderSVGImage_h
#include "core/rendering/svg/RenderSVGModelObject.h"
#include "platform/graphics/ImageBuffer.h"
namespace blink {
......
......@@ -34,6 +34,7 @@
#include "platform/TraceEvent.h"
#include "platform/graphics/Canvas2DLayerManager.h"
#include "platform/graphics/GraphicsLayer.h"
#include "platform/graphics/ImageBuffer.h"
#include "public/platform/Platform.h"
#include "public/platform/WebCompositorSupport.h"
#include "public/platform/WebGraphicsContext3D.h"
......
......@@ -22,8 +22,9 @@
#define Filter_h
#include "platform/PlatformExport.h"
#include "platform/geometry/FloatPoint3D.h"
#include "platform/geometry/FloatRect.h"
#include "platform/graphics/ImageBuffer.h" // FIXME: remove this, but be prepared to keeping pulling that string a while...
#include "platform/geometry/IntRect.h"
#include "wtf/RefCounted.h"
namespace blink {
......
......@@ -36,6 +36,7 @@
#include <algorithm>
#include "platform/TraceEvent.h"
#include "platform/graphics/GraphicsLayer.h"
#include "platform/graphics/ImageBuffer.h"
#include "platform/graphics/gpu/Extensions3DUtil.h"
#include "public/platform/Platform.h"
#include "public/platform/WebCompositorSupport.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment