Remove hasRepresentation and just use 1x png result

This commit is contained in:
Kevin Sawicki 2017-03-06 14:55:57 -08:00
parent c11cdf321b
commit e4ead6d018
3 changed files with 5 additions and 19 deletions

View file

@ -83,7 +83,6 @@ class NativeImage : public mate::Wrappable<NativeImage> {
const gfx::Rect& rect);
std::string ToDataURL();
bool IsEmpty();
bool HasRepresentation(float scale_factor);
gfx::Size GetSize();
float GetAspectRatio();