| Index: cc/ContentLayerChromium.h
|
| diff --git a/cc/ContentLayerChromium.h b/cc/ContentLayerChromium.h
|
| index 00663d52b98c357d76fdd9b4db662d8d7f194280..fae3014b4ef80ccf595ef25571a3b6f7dcd9cf73 100644
|
| --- a/cc/ContentLayerChromium.h
|
| +++ b/cc/ContentLayerChromium.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #if USE(ACCELERATED_COMPOSITING)
|
|
|
| +#include "base/basictypes.h"
|
| #include "LayerPainterChromium.h"
|
| #include "TiledLayerChromium.h"
|
|
|
| @@ -21,7 +22,6 @@ class IntRect;
|
| class LayerTextureUpdater;
|
|
|
| class ContentLayerPainter : public LayerPainterChromium {
|
| - WTF_MAKE_NONCOPYABLE(ContentLayerPainter);
|
| public:
|
| static PassOwnPtr<ContentLayerPainter> create(ContentLayerChromiumClient*);
|
|
|
| @@ -31,6 +31,8 @@ private:
|
| explicit ContentLayerPainter(ContentLayerChromiumClient*);
|
|
|
| ContentLayerChromiumClient* m_client;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ContentLayerPainter);
|
| };
|
|
|
| // A layer that renders its contents into an SkCanvas.
|
|
|