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

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

Issue 757183003: Revert of Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/paint/ClipRecorderTest.cpp ('k') | Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FilterPainter.h
diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
index 04b2934242d3f990f98434d28ecf2671c0d9b3e0..9c818c05568a7376306786fddf2c475bc156ac97 100644
--- a/Source/core/paint/FilterPainter.h
+++ b/Source/core/paint/FilterPainter.h
@@ -11,7 +11,7 @@
namespace blink {
-class LayerClipRecorder;
+class ClipRecorder;
class ClipRect;
class GraphicsContext;
class RenderLayer;
@@ -49,7 +49,7 @@
private:
bool m_filterInProgress;
GraphicsContext* m_context;
- OwnPtr<LayerClipRecorder> m_clipRecorder;
+ OwnPtr<ClipRecorder> m_clipRecorder;
RenderObject* m_renderer;
};
« no previous file with comments | « Source/core/paint/ClipRecorderTest.cpp ('k') | Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698