| Index: sky/viewer/document_view.cc
|
| diff --git a/sky/viewer/document_view.cc b/sky/viewer/document_view.cc
|
| index ab1516d0d5345835eae0d6bb1e2da12646fe0510..0c5f9a2a0cfdb55d0db8c28dc6cf1596c7b917a0 100644
|
| --- a/sky/viewer/document_view.cc
|
| +++ b/sky/viewer/document_view.cc
|
| @@ -191,7 +191,7 @@ void DocumentView::PaintContents(SkCanvas* canvas, const gfx::Rect& clip) {
|
| web_view_->paint(canvas, rect);
|
| }
|
|
|
| -void DocumentView::scheduleAnimation() {
|
| +void DocumentView::scheduleVisualUpdate() {
|
| DCHECK(web_view_);
|
| layer_host_->SetNeedsAnimate();
|
| }
|
|
|