]> git.sesse.net Git - casparcg/blobdiff - dependencies64/cef/linux/include/cef_resource_handler.h
Upgrade CEF to 3.3029.1611.g44e39a8 / Chromium 58.0.3029.81.
[casparcg] / dependencies64 / cef / linux / include / cef_resource_handler.h
similarity index 96%
rename from dependencies64/cef/include/cef_resource_handler.h
rename to dependencies64/cef/linux/include/cef_resource_handler.h
index 57c8b7fc07f6b263b7a73e74032fdc6daf504fea..abe7196dc0b5f9408f4a3d33c8b2392ebfb84d05 100644 (file)
@@ -50,7 +50,7 @@
 // this class will always be called on the IO thread.
 ///
 /*--cef(source=client)--*/
-class CefResourceHandler : public virtual CefBase {
+class CefResourceHandler : public virtual CefBaseRefCounted {
  public:
   ///
   // Begin processing the request. To handle the request return true and call
@@ -71,7 +71,8 @@ class CefResourceHandler : public virtual CefBase {
   // false or the specified number of bytes have been read. Use the |response|
   // object to set the mime type, http status code and other optional header
   // values. To redirect the request to a new URL set |redirectUrl| to the new
-  // URL.
+  // URL. If an error occured while setting up the request you can call
+  // SetError() on |response| to indicate the error condition.
   ///
   /*--cef()--*/
   virtual void GetResponseHeaders(CefRefPtr<CefResponse> response,