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

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

Issue 1401363003: Rename DisplayItemList to PaintController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/ScopeRecorder.h
diff --git a/third_party/WebKit/Source/core/paint/ScopeRecorder.h b/third_party/WebKit/Source/core/paint/ScopeRecorder.h
index 99ac59ca10dad2dd48da95776bc7c9a1392cda11..3ec82963fdc2574b2ef214c0d339093cb2d843bc 100644
--- a/third_party/WebKit/Source/core/paint/ScopeRecorder.h
+++ b/third_party/WebKit/Source/core/paint/ScopeRecorder.h
@@ -11,9 +11,9 @@
namespace blink {
-class DisplayItemList;
class GraphicsContext;
class LayoutObject;
+class PaintController;
class CORE_EXPORT ScopeRecorder {
ALLOW_ONLY_INLINE_ALLOCATION();
@@ -23,7 +23,7 @@ public:
~ScopeRecorder();
private:
- DisplayItemList* m_displayItemList;
+ PaintController* m_paintController;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp ('k') | third_party/WebKit/Source/core/paint/ScopeRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698