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

Unified Diff: Source/core/html/ImageDocument.cpp

Issue 1115353002: Update renderer to layoutObject in core/html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
Index: Source/core/html/ImageDocument.cpp
diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
index c2fc7bad2ff79329106257a4b37a60037c41eab8..8fe7336858781632fcda90fb1a3d172791207de5 100644
--- a/Source/core/html/ImageDocument.cpp
+++ b/Source/core/html/ImageDocument.cpp
@@ -136,7 +136,7 @@ void ImageDocumentParser::appendBytes(const char* data, size_t length)
RELEASE_ASSERT(length <= std::numeric_limits<unsigned>::max());
document()->cachedImage()->appendData(data, length);
}
- // Make sure the image renderer gets created because we need the renderer
+ // Make sure the image layoutObject gets created because we need the layoutObject
// to read the aspect ratio. See crbug.com/320244
document()->updateLayoutTreeIfNeeded();
document()->imageUpdated();
« no previous file with comments | « Source/core/html/HTMLTextFormControlElement.cpp ('k') | Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698