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

Unified Diff: Tools/Scripts/webkitpy/common/checkout/diff_test_data.py

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/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
diff --git a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
index 6d25d43ec9e6ac05f3f767fa505ce2066ecc891b..fff54a52d5032ec0d27ba3018d8e1036a7d8f1f9 100644
--- a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
+++ b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
@@ -44,10 +44,10 @@ index ce21720..324929e 100644
--- a/WebCore/layout/style/StyleRareInheritedData.cpp
+++ b/WebCore/layout/style/StyleRareInheritedData.cpp
@@ -39,6 +39,7 @@ StyleRareInheritedData::StyleRareInheritedData()
- , textSizeAdjust(LayoutStyle::initialTextSizeAdjust())
- , resize(LayoutStyle::initialResize())
- , userSelect(LayoutStyle::initialUserSelect())
-+ , boxOrient(LayoutStyle::initialBoxOrient())
+ , textSizeAdjust(ComputedStyle::initialTextSizeAdjust())
+ , resize(ComputedStyle::initialResize())
+ , userSelect(ComputedStyle::initialUserSelect())
++ , boxOrient(ComputedStyle::initialBoxOrient())
{
}
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698