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

Unified Diff: Source/core/layout/LayoutThemeAndroid.cpp

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/LayoutThemeAndroid.h ('k') | Source/core/layout/LayoutThemeDefault.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeAndroid.cpp
diff --git a/Source/core/layout/LayoutThemeAndroid.cpp b/Source/core/layout/LayoutThemeAndroid.cpp
index 347a5fc4235c2ebb8e9998ede99ce94ca78cef7e..2e024ab83273d36a5aab2fe7ec5e94a071b83335 100644
--- a/Source/core/layout/LayoutThemeAndroid.cpp
+++ b/Source/core/layout/LayoutThemeAndroid.cpp
@@ -71,7 +71,7 @@ String LayoutThemeAndroid::extraDefaultStyleSheet()
}
-void LayoutThemeAndroid::adjustInnerSpinButtonStyle(LayoutStyle& style, Element*) const
+void LayoutThemeAndroid::adjustInnerSpinButtonStyle(ComputedStyle& style, Element*) const
{
if (LayoutTestSupport::isRunningLayoutTest()) {
// Match Linux spin button style in layout tests.
« no previous file with comments | « Source/core/layout/LayoutThemeAndroid.h ('k') | Source/core/layout/LayoutThemeDefault.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698