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

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

Issue 744163002: Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix compile Created 6 years, 1 month 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: Source/core/paint/FilterPainter.h
diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
index 9c818c05568a7376306786fddf2c475bc156ac97..04b2934242d3f990f98434d28ecf2671c0d9b3e0 100644
--- a/Source/core/paint/FilterPainter.h
+++ b/Source/core/paint/FilterPainter.h
@@ -11,7 +11,7 @@
namespace blink {
-class ClipRecorder;
+class LayerClipRecorder;
class ClipRect;
class GraphicsContext;
class RenderLayer;
@@ -49,7 +49,7 @@ public:
private:
bool m_filterInProgress;
GraphicsContext* m_context;
- OwnPtr<ClipRecorder> m_clipRecorder;
+ OwnPtr<LayerClipRecorder> m_clipRecorder;
RenderObject* m_renderer;
};

Powered by Google App Engine
This is Rietveld 408576698