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

Unified Diff: Source/core/html/HTMLImageFallbackHelper.h

Issue 757583002: Revert of Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « Source/core/html/HTMLImageElement.cpp ('k') | Source/core/html/HTMLImageFallbackHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLImageFallbackHelper.h
diff --git a/Source/core/html/HTMLImageFallbackHelper.h b/Source/core/html/HTMLImageFallbackHelper.h
deleted file mode 100644
index f73a304c4b248e4969faada744fe2f3358880618..0000000000000000000000000000000000000000
--- a/Source/core/html/HTMLImageFallbackHelper.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef HTMLImageFallbackHelper_h
-#define HTMLImageFallbackHelper_h
-
-#include "wtf/PassRefPtr.h"
-
-namespace blink {
-
-class Element;
-class RenderStyle;
-
-class HTMLImageFallbackHelper {
-public:
- static void createAltTextShadowTree(Element&);
- static PassRefPtr<RenderStyle> customStyleForAltText(Element&, PassRefPtr<RenderStyle> newStyle);
-};
-
-} // namespace blink
-
-#endif // HTMLImageFallbackHelper_h
« no previous file with comments | « Source/core/html/HTMLImageElement.cpp ('k') | Source/core/html/HTMLImageFallbackHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698