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

Unified Diff: Source/core/layout/compositing/CompositingState.h

Issue 898783003: Move rendering/RenderLayer* to layout/ (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
Index: Source/core/layout/compositing/CompositingState.h
diff --git a/Source/core/layout/compositing/CompositingState.h b/Source/core/layout/compositing/CompositingState.h
index b56514b9a4d1ff1208aa6c34c38b2418c91f1f28..a8f62a8c00dcf8608e9fdc0d5a58c6ccc4652af4 100644
--- a/Source/core/layout/compositing/CompositingState.h
+++ b/Source/core/layout/compositing/CompositingState.h
@@ -13,8 +13,8 @@ enum CompositingState {
PaintsIntoOwnBacking = 1,
- // In this state, the RenderLayer subtree paints into a backing that is shared by
- // several RenderLayer subtrees.
+ // In this state, the Layer subtree paints into a backing that is shared by
+ // several Layer subtrees.
PaintsIntoGroupedBacking = 2
};

Powered by Google App Engine
This is Rietveld 408576698