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

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

Issue 1497873002: Make DisplayItemClient an interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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/ScrollRecorder.h
diff --git a/third_party/WebKit/Source/core/paint/ScrollRecorder.h b/third_party/WebKit/Source/core/paint/ScrollRecorder.h
index 4f45e3bf01d13abd9c4a121ab44ed0442dcdc68b..90b57eb1889b5e4fb93c6e5022f6822ee821315d 100644
--- a/third_party/WebKit/Source/core/paint/ScrollRecorder.h
+++ b/third_party/WebKit/Source/core/paint/ScrollRecorder.h
@@ -20,10 +20,10 @@ class GraphicsContext;
class CORE_EXPORT ScrollRecorder {
USING_FAST_MALLOC(ScrollRecorder);
public:
- ScrollRecorder(GraphicsContext&, const DisplayItemClientWrapper&, PaintPhase, const IntSize& currentOffset);
+ ScrollRecorder(GraphicsContext&, const DisplayItemClient&, PaintPhase, const IntSize& currentOffset);
~ScrollRecorder();
private:
- DisplayItemClientWrapper m_client;
+ const DisplayItemClient& m_client;
DisplayItem::Type m_beginItemType;
GraphicsContext& m_context;
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayer.h ('k') | third_party/WebKit/Source/core/paint/ScrollRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698