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

Unified Diff: Source/core/layout/LayoutThemeAndroid.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/LayoutTheme.cpp ('k') | Source/core/layout/LayoutThemeAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeAndroid.h
diff --git a/Source/core/layout/LayoutThemeAndroid.h b/Source/core/layout/LayoutThemeAndroid.h
index e59204d4206f32cd64db70378ec609015bb27b87..f54e9c2e2973da849f3be12022d92e83910e6c38 100644
--- a/Source/core/layout/LayoutThemeAndroid.h
+++ b/Source/core/layout/LayoutThemeAndroid.h
@@ -35,7 +35,7 @@ public:
static PassRefPtr<LayoutTheme> create();
virtual String extraDefaultStyleSheet() override;
- virtual void adjustInnerSpinButtonStyle(LayoutStyle&, Element*) const override;
+ virtual void adjustInnerSpinButtonStyle(ComputedStyle&, Element*) const override;
virtual bool delegatesMenuListRendering() const override { return true; }
« no previous file with comments | « Source/core/layout/LayoutTheme.cpp ('k') | Source/core/layout/LayoutThemeAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698