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

Unified Diff: third_party/WebKit/Source/platform/DragImage.h

Issue 1425593007: Separate display item clients for negative and normal/positive z-order children (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Struct DisplayItemClient Created 5 years, 1 month 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/DragImage.h
diff --git a/third_party/WebKit/Source/platform/DragImage.h b/third_party/WebKit/Source/platform/DragImage.h
index 5b8f5520b3aa57cfbacd0e5e378306e88bf87e03..0efbf838a7ca7a8e92637a2d748835c54fb05bfa 100644
--- a/third_party/WebKit/Source/platform/DragImage.h
+++ b/third_party/WebKit/Source/platform/DragImage.h
@@ -65,7 +65,7 @@ public:
private:
DragImage(const SkBitmap&, float resolutionScale, InterpolationQuality);
- DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
+ DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
SkBitmap m_bitmap;
float m_resolutionScale;

Powered by Google App Engine
This is Rietveld 408576698