| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index 3bd7ccae8bd9d007cd2bbbf570078efee112c43e..2bcb174da94f1b82854fbbe250ad1068169b5a10 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -602,6 +602,9 @@ void RootWindow::OnCompositingEnded(ui::Compositor*) {
|
| }
|
| }
|
|
|
| +void RootWindow::OnCompositingAborted(ui::Compositor*) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // RootWindow, ui::LayerDelegate implementation:
|
|
|
|
|