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

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

Issue 2831683003: Refactor to centralize code which decides whether ObjectPaintProperties are needed. (Closed)
Patch Set: none Created 3 years, 8 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
Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index b86ac35b42a4954b3cf3c7ad1a5bc522444aaea4..3441c17680c76bac5688092dd3cbaeb7312076cb 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -161,6 +161,8 @@ class PaintPropertyTreeBuilder {
ALWAYS_INLINE static void UpdateOutOfFlowContext(
const LayoutObject&,
PaintPropertyTreeBuilderContext&);
+
+ ALWAYS_INLINE static void UpdatePaintProperties(const LayoutObject&);
pdr. 2017/04/20 22:56:28 Can you add a comment here? Something like: // Ens
chrishtr 2017/04/21 01:20:02 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698