Index: cc/resources/skpicture_content_layer_updater.cc |
diff --git a/cc/resources/skpicture_content_layer_updater.cc b/cc/resources/skpicture_content_layer_updater.cc |
index 0f9f22e56d654a41902ba3c3adc311c9d2af28c4..512b70959584db8a8eeab5e002f80726ca57b4fd 100644 |
--- a/cc/resources/skpicture_content_layer_updater.cc |
+++ b/cc/resources/skpicture_content_layer_updater.cc |
@@ -6,7 +6,7 @@ |
#include "base/debug/trace_event.h" |
#include "cc/debug/rendering_stats_instrumentation.h" |
-#include "cc/resources/layer_painter.h" |
+#include "cc/resources/content_layer_painter.h" |
#include "cc/resources/prioritized_resource.h" |
#include "cc/resources/resource_update_queue.h" |
#include "third_party/skia/include/core/SkCanvas.h" |
@@ -15,10 +15,11 @@ |
namespace cc { |
SkPictureContentLayerUpdater::SkPictureContentLayerUpdater( |
- scoped_ptr<LayerPainter> painter, |
+ scoped_ptr<ContentLayerPainter> painter, |
RenderingStatsInstrumentation* stats_instrumentation, |
int layer_id) |
- : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {} |
+ : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) { |
+} |
SkPictureContentLayerUpdater::~SkPictureContentLayerUpdater() {} |