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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.cpp

Issue 1497873002: Make DisplayItemClient an interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile 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/frame/LocalFrame.cpp
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
index 7f8da125dcaa00c4c7df5f5a0fad5b13c6b3f5b6..77b37c2def062bba1fb3101695c8b86931f3d9b9 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
@@ -619,7 +619,7 @@ double LocalFrame::devicePixelRatio() const
}
PassOwnPtr<DragImage> LocalFrame::paintIntoDragImage(
- const DisplayItemClientWrapper& displayItemClient,
+ const DisplayItemClient& displayItemClient,
RespectImageOrientationEnum shouldRespectImageOrientation,
const GlobalPaintFlags globalPaintFlags, IntRect paintingRect, float opacity)
{

Powered by Google App Engine
This is Rietveld 408576698