| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 3f800ea1cc3a75eb229208307c926249ea59e2cf..01a8864a47e2aff51b252fcfe2b558ffeac973e6 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -41,6 +41,7 @@
|
| #include "public/platform/WebCompositorAnimationDelegate.h"
|
| #include "public/platform/WebContentLayer.h"
|
| #include "public/platform/WebImageLayer.h"
|
| +#include "public/platform/WebInvalidationDebugAnnotations.h"
|
| #include "public/platform/WebLayerClient.h"
|
| #include "public/platform/WebLayerScrollClient.h"
|
| #include "public/platform/WebNinePatchLayer.h"
|
| @@ -183,7 +184,7 @@ public:
|
|
|
| void setNeedsDisplay();
|
| // mark the given rect (in layer coords) as needing dispay. Never goes deep.
|
| - void setNeedsDisplayInRect(const FloatRect&);
|
| + void setNeedsDisplayInRect(const FloatRect&, WebInvalidationDebugAnnotations);
|
|
|
| void setContentsNeedsDisplay();
|
|
|
|
|