upgrades offscreen rendering to latest chromium
This commit is contained in:
parent
c9b7fc2922
commit
5d79dbc9a1
5 changed files with 29 additions and 28 deletions
|
@ -35,6 +35,7 @@ class OffScreenOutputDevice : public cc::SoftwareOutputDevice {
|
|||
|
||||
std::unique_ptr<SkCanvas> canvas_;
|
||||
std::unique_ptr<SkBitmap> bitmap_;
|
||||
gfx::Rect pending_damage_rect_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(OffScreenOutputDevice);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue