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

Unified Diff: third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp

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.cpp
diff --git a/third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp b/third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp
index 08efe07f5fbf638fca6e132693f367e16680c539..af546ffc6f149ea5dcb605754312eb3e3216f57a 100644
--- a/third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp
+++ b/third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp
@@ -13,7 +13,7 @@ namespace blink {
Transform3DRecorder::Transform3DRecorder(
GraphicsContext& context,
- const DisplayItemClientWrapper& client,
+ const DisplayItemClient& client,
DisplayItem::Type type,
const TransformationMatrix& transform,
const FloatPoint3D& transformOrigin)
« no previous file with comments | « third_party/WebKit/Source/core/paint/Transform3DRecorder.h ('k') | third_party/WebKit/Source/core/paint/TransformRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698