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

Unified Diff: Source/core/page/PageSerializer.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/page/EventHandler.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageSerializer.h
diff --git a/Source/core/page/PageSerializer.h b/Source/core/page/PageSerializer.h
index aac32b651dca366054631128dd9df7534d5639bd..3ecae1dffa1d6aa57b984aa97dd67d49d251b70f 100644
--- a/Source/core/page/PageSerializer.h
+++ b/Source/core/page/PageSerializer.h
@@ -47,7 +47,7 @@ class CSSValue;
class Document;
class LocalFrame;
class Page;
-class RenderObject;
+class LayoutObject;
class Resource;
class SharedBuffer;
class StylePropertySet;
@@ -78,7 +78,7 @@ private:
bool shouldAddURL(const KURL&);
void addToResources(Resource *, PassRefPtr<SharedBuffer>, const KURL&);
- void addImageToResources(ImageResource*, RenderObject*, const KURL&);
+ void addImageToResources(ImageResource*, LayoutObject*, const KURL&);
void addFontToResources(FontResource*);
void retrieveResourcesForProperties(const StylePropertySet*, Document&);
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698