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

Unified Diff: Source/core/layout/LayoutImage.h

Issue 1162793003: Add CSS image-orientation: from-image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improved check Created 5 years, 6 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: Source/core/layout/LayoutImage.h
diff --git a/Source/core/layout/LayoutImage.h b/Source/core/layout/LayoutImage.h
index d0fc8a27b68c8e37662c4c55146a8690aff178ee..27025a45569f07574b599a02d6221c35dcfdae66 100644
--- a/Source/core/layout/LayoutImage.h
+++ b/Source/core/layout/LayoutImage.h
@@ -85,6 +85,8 @@ protected:
virtual void willBeDestroyed() override;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
+
private:
virtual bool isImage() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698