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

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: Add runtime flag Created 5 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: Source/core/layout/LayoutImage.h
diff --git a/Source/core/layout/LayoutImage.h b/Source/core/layout/LayoutImage.h
index ff183a7b2c1b23caf085f1a1138b5946f76ab268..27599de9176501b54e5e8ed3549545d52b2d4a87 100644
--- a/Source/core/layout/LayoutImage.h
+++ b/Source/core/layout/LayoutImage.h
@@ -85,6 +85,8 @@ protected:
void willBeDestroyed() override;
+ void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
+
private:
bool isImage() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698