Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h

Issue 2010823002: Remove assorted unnecessary includes in core/paint/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing includes. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h
index b68733d477b2d251bd0e93fc86ef194d8ef7b781..bdd7ee1ea78cd7a11bd76ef5db3546aa3bcc214f 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h
@@ -45,14 +45,17 @@
#ifndef PaintLayerReflectionInfo_h
#define PaintLayerReflectionInfo_h
-#include "core/layout/LayoutBoxModelObject.h"
#include "core/paint/PaintLayerPainter.h"
+#include "core/paint/PaintLayerPaintingInfo.h"
#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
namespace blink {
+class ComputedStyle;
+class GraphicsContext;
class PaintLayer;
+class LayoutBox;
class LayoutReplica;
// PaintLayerReflectionInfo is the main object used for reflections.

Powered by Google App Engine
This is Rietveld 408576698