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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.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/platform/graphics/paint/SubsequenceRecorder.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
index 03c70e3b7be6f231d7ed86ce4a2b4853fd6585f0..1957a5daf192ced0baeffcd466dfc6e205d28846 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
@@ -9,8 +9,8 @@
namespace blink {
-class DisplayItemList;
class GraphicsContext;
+class PaintController;
// SubsequenceRecorder records BeginSubsequenceDisplayItem and EndSubsequenceDisplayItem
// sentinels at either end of a continguous sequence of DisplayItems, and supports
@@ -30,7 +30,7 @@ public:
void setUncacheable();
private:
- DisplayItemList* m_displayItemList;
+ PaintController* m_paintController;
DisplayItemClientWrapper m_client;
size_t m_beginSubsequenceIndex;
DisplayItem::Type m_type;

Powered by Google App Engine
This is Rietveld 408576698