Index: third_party/WebKit/Source/core/layout/LayoutFullScreen.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h |
index 01bdde38e8230ff1074a8fc3fa9f2d2c6874a609..3ba2a1dd8265f8b2c324649bd829f29c9d880318 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h |
@@ -49,6 +49,7 @@ public: |
void unwrapLayoutObject(); |
void updateStyle(); |
+ bool anonymousHasStylePropagationOverride() override { return true; } |
// Must call setStyleWithWritingModeOfParent() instead. |
void setStyle(PassRefPtr<ComputedStyle>) = delete; |