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

Unified Diff: Source/core/inspector/InspectorPageAgent.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/inspector/InspectorOverlay.cpp ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index cc850c4eec9b9bf9a2bf6ef794c71fb893d35803..54e4e2b21d406e0b213acf36dae7429d9fb91e41 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -54,7 +54,7 @@ class KURL;
class LayoutRect;
class LocalFrame;
class Page;
-class RenderObject;
+class LayoutObject;
class SharedBuffer;
class StyleResolver;
class TextResourceDecoder;
@@ -144,8 +144,8 @@ public:
void didRunJavaScriptDialog();
bool applyViewportStyleOverride(StyleResolver*);
void applyEmulatedMedia(String*);
- void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
- void didLayout(RenderObject*);
+ void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
+ void didLayout(LayoutObject*);
void didScroll();
void didResizeMainFrame();
void didRecalculateStyle(int);
« no previous file with comments | « Source/core/inspector/InspectorOverlay.cpp ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698