| Index: Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
|
| diff --git a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
|
| index 473919fd5551dd18f7a08647502f1e92f41149b2..b9652895da0b1635a25a28fb54ec94af3cbfcfb8 100644
|
| --- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
|
| +++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef GraphicsLayerChromium_h
|
| #define GraphicsLayerChromium_h
|
|
|
| -#include "OpaqueRectTrackingContentLayerDelegate.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
| +#include "core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h"
|
|
|
| #include <public/WebAnimationDelegate.h>
|
| #include <public/WebLayerScrollClient.h>
|
|
|