| Index: third_party/WebKit/Source/web/PageOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/PageOverlay.h b/third_party/WebKit/Source/web/PageOverlay.h
|
| index 2f39d28319c572d437390052270c86e6bc64dd60..09a6c3a292cf8133da221864a35a7df736196ebc 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlay.h
|
| +++ b/third_party/WebKit/Source/web/PageOverlay.h
|
| @@ -39,14 +39,9 @@
|
| namespace blink {
|
|
|
| class GraphicsContext;
|
| -class WebPageOverlay;
|
| class WebViewImpl;
|
|
|
| // Manages a layer that is overlaid on a WebView's content.
|
| -// Clients can paint by implementing WebPageOverlay.
|
| -//
|
| -// With Slimming Paint, internal clients can extract a GraphicsContext to add
|
| -// to the PaintController owned by the GraphicsLayer
|
| class WEB_EXPORT PageOverlay : public GraphicsLayerClient, public DisplayItemClient {
|
| public:
|
| class Delegate : public GarbageCollectedFinalized<Delegate> {
|
|
|