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

Unified Diff: Source/platform/text/BidiResolver.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/platform/graphics/PaintInvalidationReason.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiResolver.h
diff --git a/Source/platform/text/BidiResolver.h b/Source/platform/text/BidiResolver.h
index c5c69db85d1a287124b3341201e9a241e529a432..9eb8f5ff4479d77ff0f498ddb569e9ad997d9294 100644
--- a/Source/platform/text/BidiResolver.h
+++ b/Source/platform/text/BidiResolver.h
@@ -33,7 +33,7 @@
namespace blink {
-class RenderObject;
+class LayoutObject;
template <class Iterator> class MidpointState {
public:
@@ -63,7 +63,7 @@ public:
// When ignoring spaces, this needs to be called for objects that need line boxes such as RenderInlines or
// hard line breaks to ensure that they're not ignored.
- void ensureLineBoxInsideIgnoredSpaces(RenderObject* renderer)
+ void ensureLineBoxInsideIgnoredSpaces(LayoutObject* renderer)
{
Iterator midpoint(0, renderer, 0);
stopIgnoringSpaces(midpoint);
« no previous file with comments | « Source/platform/graphics/PaintInvalidationReason.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698