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

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

Issue 2692853016: Change PaintLayer::m_layoutObject to a reference. (Closed)
Patch Set: Added TODO Created 3 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/FilterPainter.h
diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.h b/third_party/WebKit/Source/core/paint/FilterPainter.h
index 0ddcc3af41d4954bb735948bce3eb32af472351e..b1ca07f7164c768496f22d63af2fd4a1dc96c292 100644
--- a/third_party/WebKit/Source/core/paint/FilterPainter.h
+++ b/third_party/WebKit/Source/core/paint/FilterPainter.h
@@ -33,7 +33,7 @@ class FilterPainter {
bool m_filterInProgress;
GraphicsContext& m_context;
std::unique_ptr<LayerClipRecorder> m_clipRecorder;
- LayoutObject* m_layoutObject;
+ LayoutObject& m_layoutObject;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp ('k') | third_party/WebKit/Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698