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

Unified Diff: Source/core/layout/style/StylePendingImage.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/layout/style/StyleMultiColData.cpp ('k') | Source/core/layout/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StylePendingImage.h
diff --git a/Source/core/layout/style/StylePendingImage.h b/Source/core/layout/style/StylePendingImage.h
index 19c4cc7b652775a88a8d936e3e1473cd62a28ac3..83da985a2e9f326601a0f937fefebce3b7515be9 100644
--- a/Source/core/layout/style/StylePendingImage.h
+++ b/Source/core/layout/style/StylePendingImage.h
@@ -35,9 +35,9 @@
namespace blink {
-// StylePendingImage is a placeholder StyleImage that is entered into the LayoutStyle during
+// StylePendingImage is a placeholder StyleImage that is entered into the ComputedStyle during
// style resolution, in order to avoid loading images that are not referenced by the final style.
-// They should never exist in a LayoutStyle after it has been returned from the style selector.
+// They should never exist in a ComputedStyle after it has been returned from the style selector.
class StylePendingImage final : public StyleImage {
public:
« no previous file with comments | « Source/core/layout/style/StyleMultiColData.cpp ('k') | Source/core/layout/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698