mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 14bd12d6 (#333041)
- Remove CefNavigationEntry::GetFrameName() (see http://crbug.com/477150#c5). - Devirtualize base::BindState (see http://crbug.com/486594). - Move Tuple to the base namespace.
This commit is contained in:
@ -81,14 +81,6 @@ void CefSoftwareOutputDeviceOSR::EndPaint(cc::SoftwareFrameData* frame_data) {
|
||||
OnPaint(damage_rect_);
|
||||
}
|
||||
|
||||
void CefSoftwareOutputDeviceOSR::CopyToPixels(const gfx::Rect& rect,
|
||||
void* pixels) {
|
||||
CEF_REQUIRE_UIT();
|
||||
DCHECK(canvas_.get());
|
||||
SkImageInfo info = SkImageInfo::MakeN32Premul(rect.width(), rect.height());
|
||||
canvas_->readPixels(info, pixels, info.minRowBytes(), rect.x(), rect.y());
|
||||
}
|
||||
|
||||
void CefSoftwareOutputDeviceOSR::SetActive(bool active) {
|
||||
if (active == active_)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user