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

Unified Diff: Source/core/layout/style/StyleRareNonInheritedData.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
Index: Source/core/layout/style/StyleRareNonInheritedData.h
diff --git a/Source/core/layout/style/StyleRareNonInheritedData.h b/Source/core/layout/style/StyleRareNonInheritedData.h
index 0d132c82b03c684dd74548c0c6fb662147ba00ad..2f9aa94b3458568374c9406032ebe2ff4f598057 100644
--- a/Source/core/layout/style/StyleRareNonInheritedData.h
+++ b/Source/core/layout/style/StyleRareNonInheritedData.h
@@ -32,7 +32,7 @@
#include "core/layout/style/CursorData.h"
#include "core/layout/style/DataRef.h"
#include "core/layout/style/FillLayer.h"
-#include "core/layout/style/LayoutStyleConstants.h"
+#include "core/layout/style/ComputedStyleConstants.h"
#include "core/layout/style/LineClampValue.h"
#include "core/layout/style/NinePieceImage.h"
#include "core/layout/style/ShapeValue.h"
@@ -201,7 +201,7 @@ public:
unsigned m_scrollBlocksOn: 3; // WebScrollBlocksOn
// Plugins require accelerated compositing for reasons external to blink.
- // In which case, we need to update the LayoutStyle on the LayoutEmbeddedObject,
+ // In which case, we need to update the ComputedStyle on the LayoutEmbeddedObject,
// so store this bit so that the style actually changes when the plugin
// becomes composited.
unsigned m_requiresAcceleratedCompositingForExternalReasons: 1;
« no previous file with comments | « Source/core/layout/style/StyleRareInheritedData.cpp ('k') | Source/core/layout/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698