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

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

Issue 675173003: Move <svg:image> buffered-rendering management to SVGImagePainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « no previous file | Source/core/paint/SVGImagePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGImagePainter.h
diff --git a/Source/core/paint/SVGImagePainter.h b/Source/core/paint/SVGImagePainter.h
index 33be3ac6f64b00a23ca85135f3e019a4bee7477c..955988683aa87ae39d8d3f31d2190d96b370da5b 100644
--- a/Source/core/paint/SVGImagePainter.h
+++ b/Source/core/paint/SVGImagePainter.h
@@ -7,6 +7,10 @@
namespace blink {
+class AffineTransform;
+class FloatRect;
+class ImageBuffer;
+class IntSize;
struct PaintInfo;
class RenderSVGImage;
@@ -16,10 +20,11 @@ public:
void paint(PaintInfo&);
+private:
+ bool bufferForeground(PaintInfo&);
// Assumes the PaintInfo context has had all local transforms applied.
- static void paintForeground(RenderSVGImage&, PaintInfo&);
+ void paintForeground(PaintInfo&);
-private:
RenderSVGImage& m_renderSVGImage;
};
« no previous file with comments | « no previous file | Source/core/paint/SVGImagePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698