diff options
Diffstat (limited to 'cc/canvas_layer_texture_updater.cc')
-rw-r--r-- | cc/canvas_layer_texture_updater.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cc/canvas_layer_texture_updater.cc b/cc/canvas_layer_texture_updater.cc index 0f2f3a0..846575e 100644 --- a/cc/canvas_layer_texture_updater.cc +++ b/cc/canvas_layer_texture_updater.cc @@ -2,16 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - #include "config.h" -#include "CanvasLayerTextureUpdater.h" +#include "cc/canvas_layer_texture_updater.h" #include "CCRenderingStats.h" #include "FloatRect.h" -#include "LayerPainterChromium.h" #include "SkiaUtils.h" #include "TraceEvent.h" +#include "cc/layer_painter.h" #include "third_party/skia/include/core/SkCanvas.h" #include "third_party/skia/include/core/SkPaint.h" #include "third_party/skia/include/core/SkRect.h" |