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; |