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

Unified Diff: sky/engine/core/rendering/style/ShadowList.h

Issue 688233002: Remove writing mode code from the linebox tree. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 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 | « sky/engine/core/rendering/RootInlineBox.cpp ('k') | sky/engine/core/rendering/style/ShadowList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/style/ShadowList.h
diff --git a/sky/engine/core/rendering/style/ShadowList.h b/sky/engine/core/rendering/style/ShadowList.h
index 619c108547f3720cc5413a90001b30c4485a6a8b..92a9f50a84ecdddbdc2a0673f90ed9170d1763aa 100644
--- a/sky/engine/core/rendering/style/ShadowList.h
+++ b/sky/engine/core/rendering/style/ShadowList.h
@@ -63,7 +63,7 @@ public:
void adjustRectForShadow(LayoutRect&) const;
void adjustRectForShadow(FloatRect&) const;
- PassOwnPtr<DrawLooperBuilder> createDrawLooper(DrawLooperBuilder::ShadowAlphaMode, bool isHorizontal = true) const;
+ PassOwnPtr<DrawLooperBuilder> createDrawLooper(DrawLooperBuilder::ShadowAlphaMode) const;
private:
ShadowList(ShadowDataVector& shadows)
« no previous file with comments | « sky/engine/core/rendering/RootInlineBox.cpp ('k') | sky/engine/core/rendering/style/ShadowList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698