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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2497963002: Add support for multiple text decorations with same line positioning (Closed)
Patch Set: Update slimming paint expectations Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/layout/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index c4bc1dcd7bdf96640eb76f6ad202c34f5e0d966b..0ba1003ccdd46c1af60c31ba6c1eb1abb933836d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1274,21 +1274,6 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const;
- struct AppliedTextDecoration {
- STACK_ALLOCATED();
- Color color;
- TextDecorationStyle style;
- AppliedTextDecoration()
- : color(Color::transparent), style(TextDecorationStyleSolid) {}
- };
-
- void getTextDecorations(unsigned decorations,
- AppliedTextDecoration& underline,
- AppliedTextDecoration& overline,
- AppliedTextDecoration& linethrough,
- bool quirksMode = false,
- bool firstlineStyle = false);
-
// Return the LayoutBoxModelObject in the container chain which is responsible
// for painting this object. The function crosses frames boundaries so the
// returned value can be in a different document.
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698