| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 37e21d5d7d8ddc18d613ad5bbb7428fa31849616..c590ea57c9ae5154827e23bc238d6d88b0113a5b 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -161,9 +161,6 @@ public:
|
| virtual void annotatedRegionsChanged() OVERRIDE { }
|
| virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) OVERRIDE { return false; }
|
| virtual String acceptLanguages() OVERRIDE;
|
| -
|
| - virtual bool usesGpuRasterization() OVERRIDE { return false; }
|
| -
|
| };
|
|
|
| class EmptyFrameLoaderClient FINAL : public FrameLoaderClient {
|
|
|