Index: Source/core/html/HTMLImageFallbackHelper.h |
diff --git a/Source/core/html/HTMLImageFallbackHelper.h b/Source/core/html/HTMLImageFallbackHelper.h |
index 233d13b0fd0c92f87d5b7632bb799fe8dcdf9c1d..27413d1353017b37360087e256b90b77ac6d2b65 100644 |
--- a/Source/core/html/HTMLImageFallbackHelper.h |
+++ b/Source/core/html/HTMLImageFallbackHelper.h |
@@ -10,12 +10,12 @@ |
namespace blink { |
class Element; |
-class LayoutStyle; |
+class ComputedStyle; |
class HTMLImageFallbackHelper { |
public: |
static void createAltTextShadowTree(Element&); |
- static PassRefPtr<LayoutStyle> customStyleForAltText(Element&, PassRefPtr<LayoutStyle> newStyle); |
+ static PassRefPtr<ComputedStyle> customStyleForAltText(Element&, PassRefPtr<ComputedStyle> newStyle); |
}; |
} // namespace blink |