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

Unified Diff: sky/engine/core/html/HTMLImageElement.h

Issue 708233002: Remove many attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
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 | « sky/engine/core/html/HTMLElement.idl ('k') | sky/engine/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLImageElement.h
diff --git a/sky/engine/core/html/HTMLImageElement.h b/sky/engine/core/html/HTMLImageElement.h
index f664042925c0ed17d03c39743b6b0deb8f24dd32..07b9d98b3787f502d21147405007990938bfcd62 100644
--- a/sky/engine/core/html/HTMLImageElement.h
+++ b/sky/engine/core/html/HTMLImageElement.h
@@ -54,12 +54,8 @@ public:
int naturalHeight() const;
const String& currentSrc() const;
- bool isServerMap() const;
-
const AtomicString& altText() const;
- CompositeOperator compositeOperator() const { return m_compositeOperator; }
-
ImageResource* cachedImage() const { return imageLoader().image(); }
void setImageResource(ImageResource* i) { imageLoader().setImage(i); };
@@ -118,7 +114,6 @@ private:
OwnPtr<HTMLImageLoader> m_imageLoader;
RefPtr<ViewportChangeListener> m_listener;
- CompositeOperator m_compositeOperator;
AtomicString m_bestFitImageURL;
float m_imageDevicePixelRatio;
unsigned m_elementCreatedByParser : 1;
« no previous file with comments | « sky/engine/core/html/HTMLElement.idl ('k') | sky/engine/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698