Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Unified Diff: Source/WebCore/rendering/RenderObject.h

Issue 349730043: WIP - wip
Patch Set: . Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/rendering/RenderObject.h
diff --git a/Source/WebCore/rendering/RenderObject.h b/Source/WebCore/rendering/RenderObject.h
index bb3f35ea6ff146b2e9b56bc480f43360e63c555c..6a6a78944e52f84e44397deadaa4bf6da803b73a 100644
--- a/Source/WebCore/rendering/RenderObject.h
+++ b/Source/WebCore/rendering/RenderObject.h
@@ -582,7 +582,7 @@ public:
VisiblePosition createVisiblePosition(int offset, EAffinity) const;
VisiblePosition createVisiblePosition(const Position&) const;
- // returns the containing block level element for this element.
+ // Returns the containing block level element for this element.
WEBCORE_EXPORT RenderBlock* containingBlock() const;
RenderBlock* containingBlockForObjectInFlow() const;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b