mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision a106f0ab (#464641)
- Remove CefWindowInfo.transparent_painting_enabled. Set CefBrowserSettings.background_color to an opaque or transparent value instead.
This commit is contained in:
@@ -24,6 +24,9 @@ class CefURLRequestContextGetterProxy : public CefURLRequestContextGetter {
|
||||
scoped_refptr<CefURLRequestContextGetterImpl> parent);
|
||||
~CefURLRequestContextGetterProxy() override;
|
||||
|
||||
// Called when the StoragePartitionProxy is destroyed.
|
||||
void ShutdownOnUIThread();
|
||||
|
||||
// net::URLRequestContextGetter implementation.
|
||||
net::URLRequestContext* GetURLRequestContext() override;
|
||||
scoped_refptr<base::SingleThreadTaskRunner>
|
||||
@@ -35,6 +38,8 @@ class CefURLRequestContextGetterProxy : public CefURLRequestContextGetter {
|
||||
CefRefPtr<CefRequestContextHandler> handler() const { return handler_; }
|
||||
|
||||
private:
|
||||
void ShutdownOnIOThread();
|
||||
|
||||
CefRefPtr<CefRequestContextHandler> handler_;
|
||||
|
||||
// The CefURLRequestContextImpl owned by |parent_| is passed as a raw pointer
|
||||
@@ -44,6 +49,8 @@ class CefURLRequestContextGetterProxy : public CefURLRequestContextGetter {
|
||||
|
||||
std::unique_ptr<CefURLRequestContextProxy> context_proxy_;
|
||||
|
||||
bool shutting_down_ = false;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(CefURLRequestContextGetterProxy);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user