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

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

Issue 1728313003: Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit refine. Created 4 years, 10 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 27db312ea75e154c1d2e8cb9eb82fa184af001a8..920744f1d2cba40b6f4cfed45ada4154c33ca03a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -734,7 +734,7 @@ public:
virtual void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&) const;
virtual void paintMask(const PaintInfo&, const LayoutPoint&) const;
- void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
+ void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) override;
ResourcePriority computeResourcePriority() const final;
void logicalExtentAfterUpdatingLogicalWidth(const LayoutUnit& logicalTop, LogicalExtentComputedValues&);

Powered by Google App Engine
This is Rietveld 408576698