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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositedDisplayList.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/CompositedDisplayList.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h b/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
index 3668756542c876248dfda09c1e980f162c9a9e4d..d2f945d98d5977c38bb976efa0cb08c95d893fea 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
@@ -5,8 +5,8 @@
#ifndef CompositedDisplayList_h
#define CompositedDisplayList_h
-#include "platform/graphics/paint/DisplayItemList.h"
#include "platform/graphics/paint/DisplayItemTransformTree.h"
+#include "platform/graphics/paint/PaintController.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698