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/ObjectPaintProperties.h

Issue 1657993002: [SPv2] Use pre-computed paint property context for layer painter and disable fragmentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chunk_property_hookup_1
Patch Set: update tree printer Created 4 years, 10 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/ObjectPaintProperties.h
diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
index 4644645b391a293a7f9563849f71d2f52c89e5d5..fbdf7f7e5576ad397749e7ea2d1da195606d3d60 100644
--- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
+++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
@@ -51,10 +51,6 @@ public:
TransformPaintPropertyNode* perspective() const { return m_perspective.get(); }
TransformPaintPropertyNode* scrollTranslation() const { return m_scrollTranslation.get(); }
- // Transform that applies to layer contents, or nullptr if this object
- // doesn't define one.
- TransformPaintPropertyNode* transformForLayerContents() const;
-
EffectPaintPropertyNode* effect() const { return m_effect.get(); }
ClipPaintPropertyNode* overflowClip() const { return m_overflowClip.get(); }
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698