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

Unified Diff: Source/core/paint/CompositingRecorder.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
Index: Source/core/paint/CompositingRecorder.h
diff --git a/Source/core/paint/CompositingRecorder.h b/Source/core/paint/CompositingRecorder.h
index d0311527732b943aa67f0dfcea6b1dabe0bcd46e..2db231a722af1cd9bac73257816cc1d8ab97e2e7 100644
--- a/Source/core/paint/CompositingRecorder.h
+++ b/Source/core/paint/CompositingRecorder.h
@@ -12,7 +12,7 @@
namespace blink {
class GraphicsContext;
-class RenderObject;
+class LayoutObject;
class CompositingRecorder {
public:

Powered by Google App Engine
This is Rietveld 408576698