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:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "include/cef_request.h"
|
||||
|
||||
#include "base/synchronization/lock.h"
|
||||
@@ -166,7 +168,7 @@ class CefPostDataImpl : public CefPostData {
|
||||
void Set(const net::UploadData& data);
|
||||
void Set(const net::UploadDataStream& data_stream);
|
||||
void Get(net::UploadData& data) const;
|
||||
net::UploadDataStream* Get() const;
|
||||
std::unique_ptr<net::UploadDataStream> Get() const;
|
||||
void Set(const blink::WebHTTPBody& data);
|
||||
void Get(blink::WebHTTPBody& data) const;
|
||||
|
||||
@@ -217,7 +219,7 @@ class CefPostDataElementImpl : public CefPostDataElement {
|
||||
void Set(const net::UploadElement& element);
|
||||
void Set(const net::UploadElementReader& element_reader);
|
||||
void Get(net::UploadElement& element) const;
|
||||
net::UploadElementReader* Get() const;
|
||||
std::unique_ptr<net::UploadElementReader> Get() const;
|
||||
void Set(const blink::WebHTTPBody::Element& element);
|
||||
void Get(blink::WebHTTPBody::Element& element) const;
|
||||
|
||||
|
Reference in New Issue
Block a user