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

Unified Diff: Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h

Issue 14449003: Picture element initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@picture_after_rebase
Patch Set: Created 7 years, 8 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
« no previous file with comments | « Source/bindings/bindings.gypi ('k') | Source/bindings/v8/custom/V8HTMLPictureElementConstructor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
diff --git a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h b/Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
similarity index 91%
copy from Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
copy to Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
index 97b38e505ef0b81a811e8a317f5cc725e87b92c2..0cddb68c2b34ced8b91dc380810f896fe0bb1bae 100644
--- a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
+++ b/Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
@@ -28,8 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef V8HTMLImageElementConstructor_h
-#define V8HTMLImageElementConstructor_h
+#ifndef V8HTMLPictureElementConstructor_h
+#define V8HTMLPictureElementConstructor_h
#include "WrapperTypeInfo.h"
@@ -37,7 +37,7 @@
namespace WebCore {
-class V8HTMLImageElementConstructor {
+class V8HTMLPictureElementConstructor {
public:
static v8::Persistent<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType);
static WrapperTypeInfo info;
@@ -45,4 +45,4 @@ public:
}
-#endif // V8HTMLImageElementConstructor_h
+#endif // V8HTMLPictureElementConstructor_h
« no previous file with comments | « Source/bindings/bindings.gypi ('k') | Source/bindings/v8/custom/V8HTMLPictureElementConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698