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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFrame.h

Issue 2107043002: Schedule cursor update on URL cursor image loaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: eae's review Created 4 years, 5 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/layout/LayoutFrame.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFrame.h b/third_party/WebKit/Source/core/layout/LayoutFrame.h
index 8753c6c957f86481100e4889593443c084dcbde7..8f0b7283fb159725dec12fe66d747da1eb6d0136 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFrame.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFrame.h
@@ -36,6 +36,8 @@ public:
FrameEdgeInfo edgeInfo() const;
+ void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
+
const char* name() const override { return "LayoutFrame"; }
private:

Powered by Google App Engine
This is Rietveld 408576698