Index: cc/picture_layer.h |
diff --git a/cc/picture_layer.h b/cc/picture_layer.h |
index 15176872773c2168660e5a1fbd6509a0e9b7503c..3aab8fdfb00f4bc6b24d082864ff0221eeffd240 100644 |
--- a/cc/picture_layer.h |
+++ b/cc/picture_layer.h |
@@ -5,6 +5,7 @@ |
#ifndef CC_PICTURE_LAYER_H_ |
#define CC_PICTURE_LAYER_H_ |
+#include "cc/contents_scaling_layer.h" |
#include "cc/layer.h" |
#include "cc/picture_pile.h" |
#include "cc/occlusion_tracker.h" |
@@ -15,7 +16,7 @@ class ContentLayerClient; |
class ResourceUpdateQueue; |
struct RenderingStats; |
-class CC_EXPORT PictureLayer : public Layer { |
+class CC_EXPORT PictureLayer : public ContentsScalingLayer { |
public: |
static scoped_refptr<PictureLayer> create(ContentLayerClient*); |