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

Unified Diff: Source/platform/graphics/PaintInvalidationReason.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/modules/accessibility/AXTableRow.cpp ('k') | Source/platform/text/BidiResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PaintInvalidationReason.h
diff --git a/Source/platform/graphics/PaintInvalidationReason.h b/Source/platform/graphics/PaintInvalidationReason.h
index 5c554401a1718ac36456079e6e90bd374188b60d..17fe1cf2a9c520b126aa950ed60807090ca0705a 100644
--- a/Source/platform/graphics/PaintInvalidationReason.h
+++ b/Source/platform/graphics/PaintInvalidationReason.h
@@ -13,7 +13,7 @@ enum PaintInvalidationReason {
PaintInvalidationNone,
PaintInvalidationIncremental,
PaintInvalidationRectangle,
- // The following reasons will all cause full invalidation of the RenderObject.
+ // The following reasons will all cause full invalidation of the LayoutObject.
PaintInvalidationFull, // Any unspecified reason of full invalidation.
PaintInvalidationStyleChange,
PaintInvalidationForcedByLayout,
« no previous file with comments | « Source/modules/accessibility/AXTableRow.cpp ('k') | Source/platform/text/BidiResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698