| Index: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
|
| index acabe572ded94fd4f290049f7f2e11cc40e6b72c..dba1c5477c118a04ae2f92287e5a3aa6c00a8a47 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
|
| @@ -32,15 +32,12 @@
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| -class SkCanvas;
|
| -
|
| namespace gfx {
|
| class Rect;
|
| }
|
|
|
| namespace blink {
|
|
|
| -class IntRect;
|
| class GraphicsLayer;
|
|
|
| class PLATFORM_EXPORT ContentLayerDelegate : public WebContentLayerClient {
|
|
|