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

Unified Diff: third_party/WebKit/Source/core/paint/Transform3DRecorder.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/Transform3DRecorder.h
diff --git a/third_party/WebKit/Source/core/paint/Transform3DRecorder.h b/third_party/WebKit/Source/core/paint/Transform3DRecorder.h
index 9ee402fb203c7a281b698e9672cc76a71844ff86..939734d6dd47745330e8f7ede7bd89e7a1c8f824 100644
--- a/third_party/WebKit/Source/core/paint/Transform3DRecorder.h
+++ b/third_party/WebKit/Source/core/paint/Transform3DRecorder.h
@@ -19,7 +19,7 @@ class Transform3DRecorder {
public:
Transform3DRecorder(
GraphicsContext&,
- const DisplayItemClientWrapper&,
+ const DisplayItemClient&,
DisplayItem::Type,
const TransformationMatrix&,
const FloatPoint3D& transformOrigin);
@@ -27,7 +27,7 @@ public:
private:
GraphicsContext& m_context;
- DisplayItemClientWrapper m_client;
+ const DisplayItemClient& m_client;
DisplayItem::Type m_type;
bool m_skipRecordingForIdentityTransform;
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/ScrollRecorder.cpp ('k') | third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698