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

Unified Diff: Source/core/rendering/svg/SVGRenderingContext.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 | « Source/core/rendering/svg/RenderSVGShape.cpp ('k') | Source/core/rendering/svg/SVGRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGRenderingContext.h
diff --git a/Source/core/rendering/svg/SVGRenderingContext.h b/Source/core/rendering/svg/SVGRenderingContext.h
index 181f0c4280c8a1724c4f98078fd45838a2dd30ad..f2dd571d7ac529b15d592110260c4927f7146c79 100644
--- a/Source/core/rendering/svg/SVGRenderingContext.h
+++ b/Source/core/rendering/svg/SVGRenderingContext.h
@@ -25,15 +25,14 @@
#ifndef SVGRenderingContext_h
#define SVGRenderingContext_h
-#include "core/rendering/PaintInfo.h"
#include "core/rendering/svg/RenderSVGResourceClipper.h"
-#include "platform/graphics/ImageBuffer.h"
#include "platform/transforms/AffineTransform.h"
namespace blink {
class RenderObject;
class FloatRect;
+struct PaintInfo;
class RenderSVGResourceFilter;
class RenderSVGResourceMasker;
@@ -86,9 +85,6 @@ public:
static float calculateScreenFontSizeScalingFactor(const RenderObject*);
- // Support for the buffered-rendering hint.
- bool bufferForeground(OwnPtr<ImageBuffer>&);
-
private:
// To properly revert partially successful initializtions in the destructor, we record all successful steps.
enum RenderingFlags {
« no previous file with comments | « Source/core/rendering/svg/RenderSVGShape.cpp ('k') | Source/core/rendering/svg/SVGRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698