Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / graphics / SVGImage.h
index 023438e..14cbf4f 100644 (file)
@@ -64,6 +64,9 @@ public:
 
     virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE;
 
+    // Returns the SVG image document's frame.
+    FrameView* frameView() const;
+
 private:
     friend class AXRenderObject;
     friend class SVGImageChromeClient;
@@ -71,8 +74,6 @@ private:
 
     virtual ~SVGImage();
 
-    // Returns the SVG image document's frame.
-    FrameView* frameView() const;
 
     virtual String filenameExtension() const OVERRIDE;