| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 4d808bebb991290039adb6f843d956b715f1dada..615776823915707dce851952257b382499c8ad05 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -33,6 +33,7 @@
|
| namespace WebCore {
|
|
|
| class HTMLFormElement;
|
| +class ImageCandidate;
|
|
|
| class HTMLImageElement FINAL : public HTMLElement, public CanvasImageSource {
|
| public:
|
| @@ -123,6 +124,8 @@ private:
|
| virtual Image* imageContents() OVERRIDE;
|
|
|
| void resetFormOwner();
|
| + ImageCandidate findBestFitImageFromPictureParent();
|
| + void setBestFitURLAndDPRFromImageCandidate(const ImageCandidate&);
|
|
|
| HTMLImageLoader m_imageLoader;
|
| // m_form should be a strong reference in Oilpan.
|
|
|