Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebExternalTextureLayerClient.h
index bfce0e2..6902754 100644 (file)
@@ -45,9 +45,7 @@ public:
     // Notifies the client when a mailbox is no longer in use by the compositor and provides
     // a sync point to wait on before the mailbox could be consumes again by the client. The
     // boolean flag indicates if the mailbox resource is treated as lost by client.
-    // FIXME(hmin): Remove the default value for lostResource once the chromium part CL at
-    // https://codereview.chromium.org/369823002 is landed.
-    virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource = false) = 0;
+    virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource) = 0;
 
 protected:
     virtual ~WebExternalTextureLayerClient() { }