| Index: third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/LightSource.h b/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| index ca05369bf1dab83ec0b833d696030e9a7fda3e5b..c11f0d4891e83ca85a83cf58dc3e89120e4e7921 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/FloatPoint3D.h"
|
| +#include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| @@ -40,6 +41,7 @@ enum LightType {
|
| class TextStream;
|
|
|
| class PLATFORM_EXPORT LightSource : public RefCounted<LightSource> {
|
| + WTF_MAKE_NONCOPYABLE(LightSource);
|
| public:
|
| LightSource(LightType type)
|
| : m_type(type)
|
|
|