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

Unified Diff: Source/core/layout/LayoutQuote.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/LayoutPart.cpp ('k') | Source/core/layout/LayoutQuote.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutQuote.h
diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h
index b89ce2e0bad8115c17c69df21b9f54c29e3df2fd..eed1360e15a86db5ed52297ac3e0ef161be36d3e 100644
--- a/Source/core/layout/LayoutQuote.h
+++ b/Source/core/layout/LayoutQuote.h
@@ -23,8 +23,8 @@
#define LayoutQuote_h
#include "core/layout/LayoutInline.h"
-#include "core/layout/style/LayoutStyle.h"
-#include "core/layout/style/LayoutStyleConstants.h"
+#include "core/layout/style/ComputedStyle.h"
+#include "core/layout/style/ComputedStyleConstants.h"
#include "core/layout/style/QuotesData.h"
namespace blink {
@@ -45,7 +45,7 @@ private:
virtual void willBeDestroyed() override;
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectQuote || LayoutInline::isOfType(type); }
- virtual void styleDidChange(StyleDifference, const LayoutStyle*) override;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle*) override;
virtual void willBeRemovedFromTree() override;
String computeText() const;
« no previous file with comments | « Source/core/layout/LayoutPart.cpp ('k') | Source/core/layout/LayoutQuote.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698