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

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

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/EllipsisBoxPainter.cpp ('k') | Source/core/paint/FloatClipRecorder.h » ('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 b0cde587af80b2e42fdf1261993ea22fad46bfd4..37e6d04cea6791b7bfa770bb374d4d0b3deb5a3f 100644
--- a/Source/core/paint/FilterPainter.h
+++ b/Source/core/paint/FilterPainter.h
@@ -24,7 +24,7 @@ private:
bool m_filterInProgress;
GraphicsContext* m_context;
OwnPtr<LayerClipRecorder> m_clipRecorder;
- RenderObject* m_renderer;
+ LayoutObject* m_renderer;
};
} // namespace blink
« no previous file with comments | « Source/core/paint/EllipsisBoxPainter.cpp ('k') | Source/core/paint/FloatClipRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698