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

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

Issue 2007723002: Declare methods defined in LayoutObjectInlines.h as inline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5aafc6c425974d05737258d9b7694d29a1268e14..1ca58f7544d0ec829b15d117513c64c738a9cd9e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1085,10 +1085,10 @@ public:
ComputedStyle& mutableStyleRef() const { ASSERT(m_style); return *m_style; }
/* The following methods are inlined in LayoutObjectInlines.h */
- const ComputedStyle* firstLineStyle() const;
- const ComputedStyle& firstLineStyleRef() const;
- const ComputedStyle* style(bool firstLine) const;
- const ComputedStyle& styleRef(bool firstLine) const;
+ inline const ComputedStyle* firstLineStyle() const;
+ inline const ComputedStyle& firstLineStyleRef() const;
+ inline const ComputedStyle* style(bool firstLine) const;
+ inline const ComputedStyle& styleRef(bool firstLine) const;
static inline Color resolveColor(const ComputedStyle& styleToUse, int colorProperty)
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698