Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / ImageBuffer.h
index 1d30d8e..0ec13b1 100644 (file)
@@ -85,6 +85,8 @@ public:
 
     void setIsHidden(bool hidden) { m_surface->setIsHidden(hidden); }
 
+    void willDrawVideo() { m_surface->willDrawVideo(); }
+
     GraphicsContext* context() const;
 
     // Called at the end of a task that rendered a whole frame
@@ -124,6 +126,8 @@ public:
 
     void notifySurfaceInvalid();
 
+    PassRefPtr<SkImage> newImageSnapshot() const;
+
 private:
     ImageBuffer(PassOwnPtr<ImageBufferSurface>);