| Index: content/browser/compositor/software_output_device_ozone.cc
|
| diff --git a/content/browser/aura/software_output_device_ozone.cc b/content/browser/compositor/software_output_device_ozone.cc
|
| similarity index 97%
|
| rename from content/browser/aura/software_output_device_ozone.cc
|
| rename to content/browser/compositor/software_output_device_ozone.cc
|
| index 29b322e818054e41ffd3e6ff6e29210cfd4e7da9..6e1595f24a555e7b76015d8cd41816c26ab016b1 100644
|
| --- a/content/browser/aura/software_output_device_ozone.cc
|
| +++ b/content/browser/compositor/software_output_device_ozone.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/aura/software_output_device_ozone.h"
|
| +#include "content/browser/compositor/software_output_device_ozone.h"
|
| #include "third_party/skia/include/core/SkBitmapDevice.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
| #include "ui/compositor/compositor.h"
|
|
|