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

Unified Diff: Source/core/paint/SVGImagePainter.cpp

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/paint/ImagePainter.cpp ('k') | Source/core/rendering/RenderImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGImagePainter.cpp
diff --git a/Source/core/paint/SVGImagePainter.cpp b/Source/core/paint/SVGImagePainter.cpp
index 8fd32b40740fc784b7afb80ec9ff36497dd806f3..8279b8eb7bc07fc4e9ee61ce7e9c5d9bb460d660 100644
--- a/Source/core/paint/SVGImagePainter.cpp
+++ b/Source/core/paint/SVGImagePainter.cpp
@@ -6,6 +6,7 @@
#include "core/paint/SVGImagePainter.h"
#include "core/layout/ImageQualityController.h"
+#include "core/layout/LayoutImageResource.h"
#include "core/layout/PaintInfo.h"
#include "core/layout/svg/SVGLayoutSupport.h"
#include "core/paint/GraphicsContextAnnotator.h"
@@ -13,7 +14,6 @@
#include "core/paint/RenderDrawingRecorder.h"
#include "core/paint/SVGPaintContext.h"
#include "core/paint/TransformRecorder.h"
-#include "core/rendering/RenderImageResource.h"
#include "core/rendering/svg/RenderSVGImage.h"
#include "core/svg/SVGImageElement.h"
#include "platform/graphics/GraphicsContext.h"
« no previous file with comments | « Source/core/paint/ImagePainter.cpp ('k') | Source/core/rendering/RenderImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698