Chromium Code Reviews

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

Issue 1728313003: Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and reflect comment Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/layout/LayoutInline.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
index 1df25d80c442895b73a0d44a2411a5bb9d39db0d..41d5317539031bba59ea5424918535ed3b63210d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
@@ -263,7 +263,7 @@ private:
void updateHitTestResult(HitTestResult&, const LayoutPoint&) final;
- void imageChanged(WrappedImagePtr, const IntRect* = nullptr) final;
+ void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) final;
void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) final;

Powered by Google App Engine