Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / GraphicsLayerClient.h
index 022ca31..d422b58 100644 (file)
@@ -60,8 +60,8 @@ class PLATFORM_EXPORT GraphicsLayerClient {
 public:
     virtual ~GraphicsLayerClient() {}
 
-    // Callback for when hardware-accelerated animation started.
-    virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0;
+    // Callback for when compositor animation started.
+    virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime, int group) { };
 
     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
     virtual bool isTrackingPaintInvalidations() const { return false; }