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

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

Issue 375673002: Remove unneeded getters/setters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add more Created 6 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/html/HTMLImageElement.h
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
index 4328dceceba7d030cfce52c1519f4536e9a9c1f8..5e6ebbbbdef9fb48151a312dc0426c4b1774c14f 100644
--- a/Source/core/html/HTMLImageElement.h
+++ b/Source/core/html/HTMLImageElement.h
@@ -62,8 +62,6 @@ public:
void setLoadManually(bool loadManually) { imageLoader().setLoadManually(loadManually); }
- const AtomicString& alt() const;
-
void setHeight(int);
KURL src() const;

Powered by Google App Engine
This is Rietveld 408576698