Index: Source/core/paint/GraphicsContextAnnotator.h |
diff --git a/Source/core/paint/GraphicsContextAnnotator.h b/Source/core/paint/GraphicsContextAnnotator.h |
index 8cbb6c0d842ce911d5032f506c12184218c5adef..bf6666ff900ef4ee001b02722567b6327d537689 100644 |
--- a/Source/core/paint/GraphicsContextAnnotator.h |
+++ b/Source/core/paint/GraphicsContextAnnotator.h |
@@ -41,7 +41,7 @@ namespace blink { |
class GraphicsContext; |
struct PaintInfo; |
-class RenderObject; |
+class LayoutObject; |
class GraphicsContextAnnotator { |
public: |
@@ -55,7 +55,7 @@ public: |
finishAnnotation(); |
} |
- void annotate(const PaintInfo&, const RenderObject*); |
+ void annotate(const PaintInfo&, const LayoutObject*); |
private: |
void finishAnnotation(); |