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

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

Issue 1610233002: [Reland] Remove PaintInfo's paintingRoot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 27b547189729430881a2fa817f047263d2ec2309..95a7ddf5f6203fba17662a68790e0e24cb2771b8 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -199,11 +199,10 @@ private:
String localLayerTreeAsText(unsigned flags) const;
- // Paints the area for the given rect into a DragImage, with the given displayItemClient id attached.
+ // Paints the area for the given rect into a DragImage.
// The rect is in the coordinate space of the frame.
- PassOwnPtr<DragImage> paintIntoDragImage(const DisplayItemClient&,
- RespectImageOrientationEnum shouldRespectImageOrientation, const GlobalPaintFlags,
- IntRect paintingRect, float opacity = 1);
+ PassOwnPtr<DragImage> paintIntoDragImage(const GlobalPaintFlags,
+ IntRect paintingRect, Node* draggedNode = nullptr, float opacity = 1);
void enableNavigation() { --m_navigationDisableCount; }
void disableNavigation() { ++m_navigationDisableCount; }
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698