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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidator.h

Issue 2640863003: Inline PrePaintTreeWalk private methods and static functions (Closed)
Patch Set: ALWAYS_INLINE Created 3 years, 11 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 | third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
index 9a8e2a6e3c3021f6ba229f7f9a7858b88b5e7982..0c9ee0cf611c6474c4d71c57f500440f0de4ffd9 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
@@ -94,12 +94,15 @@ class PaintInvalidator {
void processPendingDelayedPaintInvalidations();
private:
- LayoutRect computeVisualRectInBacking(const LayoutObject&,
- const PaintInvalidatorContext&);
- LayoutPoint computeLocationInBacking(const LayoutObject&,
- const PaintInvalidatorContext&);
- void updatePaintingLayer(const LayoutObject&, PaintInvalidatorContext&);
- void updateContext(const LayoutObject&, PaintInvalidatorContext&);
+ ALWAYS_INLINE LayoutRect
+ computeVisualRectInBacking(const LayoutObject&,
+ const PaintInvalidatorContext&);
+ ALWAYS_INLINE LayoutPoint
+ computeLocationInBacking(const LayoutObject&, const PaintInvalidatorContext&);
+ ALWAYS_INLINE void updatePaintingLayer(const LayoutObject&,
+ PaintInvalidatorContext&);
+ ALWAYS_INLINE void updateContext(const LayoutObject&,
+ PaintInvalidatorContext&);
Vector<const LayoutObject*> m_pendingDelayedPaintInvalidations;
GeometryMapper m_geometryMapper;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698